npm install @eox/drawtools
// for setups with bundlers e.g. Vite
import "@eox/drawtools"
// or, for e.g. single HTML files without bundler
import "@eox/drawtools/dist/eox-drawtools.js"
<eox-drawtools></eox-drawtools>
Please refer to the drawtools docs for more details.
For a development setup, please check the root-level readme.
Created automatically here