Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 551 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 551 Bytes

Draw tools

Usage

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.

Development

For a development setup, please check the root-level readme.

Changelog

Created automatically here