1.0.2 • Published 2 years ago
acepad v1.0.2
Acepad
Mobile screen keyboard for ace editor.
This package provides screen keyboard that is customizable via HTML.
Build
npm install
npm run buildDemo
npm run demoCustomize keyboard
Not documented yet. But index.html gives some idea.
Notice
Ace editor and jQuery are needed to run dist/index.js but they are not contained to dist/index.js.
These libralies should be loaded(and global variables ace and $ are set) via <script> before dist/index.js is loaded.