svelte-editorjs
svelte-editorjs copied to clipboard
Use EditorJS as a Svelte action
Hi, I tried this lib with Sveltekit and hit this issue: ``` npm i svelte-editorjs npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm...
I am trying to add tools to editorjs following their [docs](https://editorjs.io/getting-started#tools-connection). i added the tools in `createEditor` but I get this error.  any idea why this is happening? thanks!
Latest versions of: `@editorjs/editorjs` `svelte`
- Added caret `^` to svelte in `peerDependencies` and `devDependencies` so that it is not locked to that version, but to 3.3.1 and newer minor versions
Hi, I am very new to Svelte and trying to use this component. I am not able to understand how to use the 'editor' props like instance, save, clear etc....