@type-ethiopic/web
v1.0.0
Published
Add Ethiopic typing functionality to your web applications.
Readme
@type-ethiopic/web
Add Ethiopic typing functionality to your web applications.
Installation
$ yarn add @type-ethiopic/web
# or
$ npm install @type-ethiopic/webBasic usage
import { TypeEthiopicWeb } from '@type-ethiopic/web';
// keyboard layout definition
import layout from './layout';
// add to HTMLInputElement
new TypeEthiopicWeb(document.querySelector('input'));
// add to HTMLTextAreaElement
new TypeEthiopicWeb(document.querySelector('textarea'));License
MIT © Eyuel Berga
