1.0.0 • Published 3 years ago

@type-ethiopic/web v1.0.0

Weekly downloads
140
License
MIT
Repository
github
Last release
3 years ago

@type-ethiopic/web

Add Ethiopic typing functionality to your web applications.

Installation

$ yarn add @type-ethiopic/web

# or

$ npm install @type-ethiopic/web

Basic 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

1.0.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago