pythonbrad / afrim-web

Web interface to the afrim input method.

Home Page:https://pythonbrad.github.io/afrim-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

afrim-web

A web input method engine powered by afrim-js.

Build Status  Deploy Status

Demo

Built by @pythonbrad

๐Ÿšด Usage

npm install
npm start

๐Ÿ”‹ Files Included

  • .gitignore: ignores node_modules
  • README.md: the file you are reading now!
  • src/index.html: a bare bones html document that includes the webpack bundle
  • src/index.js: the entry point of our web app
  • src/config.js: set of tools to handle the afrim config file
  • src/utils.js: some useful functions
  • package.json and package-lock.json:
  • webpack.config.js: configuration file for bundling the js with webpack

License

Licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT).

Contribution

We are open for contribution.

About

Web interface to the afrim input method.

https://pythonbrad.github.io/afrim-web

License:MIT License


Languages

Language:JavaScript 57.3%Language:HTML 42.7%