acepad
v1.0.2
Published
Mobile screen keyboard for ace editor.
Downloads
2
Readme
Acepad
Mobile screen keyboard for ace editor.
This package provides screen keyboard that is customizable via HTML.
Build
npm install
npm run build
Demo
npm run demo
Customize 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.