@zw/remarklet
Remarklet adds visual editing tools to your web pages. This makes modifying them remarkably easy, even on touchscreens! Check out the CodePen demo.
This library lets you add the following features to any web page:
- Drag and resize elements
- Hide anything
- Edit text
- Optionally save your changes to local storage using
remarklet.options({persist:true});
- Restore persisted changes without loading editing controls using
remarklet.restore();