aisland-dao / docsig

Document Signing on Blockchain
Apache License 2.0
1 stars 1 forks source link

M1.2 Marker in Editor #30

Closed poseidon-aisland closed 1 year ago

poseidon-aisland commented 1 year ago

Signature Marker - We will create a plugin for editor.js to mark the place where the signatures shall be placed. Once the document is signed, the selected signatures will be shown in the document. https://editorjs.io/ is a free block editor for javascript that is composable by plugins. We used such editor in the current MVP. It save the document in a clean json format.

poseidon-aisland commented 1 year ago

it's possible to render and image in and save as png https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob

poseidon-aisland commented 1 year ago

the plugin has been done, it must configured on the main app.