Based on [JSON Editor](https://github.com/json-editor/json-editor).
Based on JSON Editor.
```
npm install @eox/jsonform
`
// for setups with bundlers e.g. Vite
import "@eox/jsonform"
// or, for e.g. single HTML files without bundler
import "@eox/jsonform/dist/eox-jsonform.js"
`
// TODO: add documentation
`
npm watch
(on root) npm run cypress
(on root) npm run format
npm version
npm run build
npm publish (requires OTP)
``
Created automatically here