drafty

After each module installation you HAVE to remove `node_modules/@types/slate-react/node_modules`.<br/> Package `@types/slate-react` automatically installs the latest version `@types/slate` which is wrong in our case.<br/> To ged rid of it we need to updat

Usage no npm install needed!

<script type="module">
  import drafty from 'https://cdn.skypack.dev/drafty';
</script>

README

Youshido / Rich text editor

After each module installation you HAVE to remove node_modules/@types/slate-react/node_modules.
Package @types/slate-react automatically installs the latest version @types/slate which is wrong in our case.
To ged rid of it we need to update slate, slate-react and corresponding types to the latest versions.