svelte-editorjs icon indicating copy to clipboard operation
svelte-editorjs copied to clipboard

Use EditorJS as a Svelte action

Results 5 svelte-editorjs issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/13279523/127710072-48bce0be-d4ba-4a4b-9a30-7df4deb4e98e.png) 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....