Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 250 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 250 Bytes

AutoSave Plugin

This plugin save the canvas in the local storage (a stringified json) after each render.

You just need to enable the plugin by updating your configuration object:

...,
'auto_save': {
    'enable': true
},