Svelte3 component for Jodit
npm install jodit-svelteThis component is a thin wrapper around jodit editor.
Below are the set of instructions to create svelte project and install component.
``bash`
$ npm i jodit-svelte
#### Create a new svelte project and install dependencies
`bash`
npx degit sveltejs/template my-app
cd my-app
npm i
#### Install jodit-svelte package
`bash`
npm i jodit-svelte
#### Update App.svelte in your project with the following
`sveltehtml
`
#### Run your project
`bash``
npm run dev