src/docs/which files do I need.md
Ehhh, that's quite some files in this dist folder. Which files do I need?
If you're not sure which version to use, use the full version.
Which files are needed when using the full version?
The minimalist version has excluded the following libraries:
ace (via brace), used for the code editor.ajv, used for JSON schema validation.vanilla-picker, used as color picker.This reduces the the size of the minified and gzipped JavaScript file from about 210 kB to about 70 kB (one third).
When to use the minimalist version?
ace and/or ajv yourself via the configuration
options, for example when you already use Ace in other parts of your
web application too and don't want to bundle the library twice.onColorPicker.Which files are needed when using the minimalist version?