Package Exports
- tweakpane
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tweakpane) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tweakpane

Tweakpane is a compact pane library for fine-tuning parameters and monitoring value changes, inspired by dat.GUI.
Concept
- Clean and simple
- Dependency-free
- Mobile support
Features
See the official page for details.
Inputs
Number, String, Boolean, Color, Point 2D/3D/4D

Monitors
Number, String, Boolean

UI components
Folder, Tab, Button, Separator

Theming

Plugins
Misc
- JSON import / export
- TypeScript type definitions
Development
npm start for development. It starts a web server for the online document,
building source files, watching changes for the next build. After executing the
command, open http://localhost:8080/ for browsing the document.
License
MIT License. See LICENSE.txt for more information.