Online sketch pad #64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I like the idea to sketch something quickly with cascade. I often need to make quick shareable, archived, demos, with unique URL. An inspiration could be Paper.js Sketch source code.
Great features :
changed the description
changed the description
I started to work on that. This is currently hard to implement an iframe with base64 embedding cascade required JS and CSS (cross-origin errors). This will be less difficult to do so using a Cascade instance on a div for the output instead of an iframe. By doing so, the updated context will use relative cascade.js and CSS. I guess a “start” button will not be required neither for each output update. See #57
mentioned in issue #57
Currently working on the
independantInstancebranch using shadow DOM.