inexorabletash / jslogo

Logo in JavaScript
https://calormen.com/jslogo
Other
368 stars 146 forks source link

Export library to text or cookies? #115

Closed sleekweasel closed 3 years ago

sleekweasel commented 5 years ago

I just lost my Snowflake code! Could the user-written code be stored in cookies or made copy/pasteable?

inexorabletash commented 3 years ago

Sorry, I missed this!

Everything you type is saved and should be visible in the History section, and every procedure you define should be present in the Library section. It's saved between sessions in IndexedDB (a browser-side storage endpoint).