any-input

text input language converter

Usage no npm install needed!

<script type="module">
  import anyInput from 'https://cdn.skypack.dev/any-input';
</script>

README

Built With Stencil

Demo

https://codepen.io/k1laba/pen/VwvYWNM

Installation

Add a script tags in your html

  <script type="module" src="https://unpkg.com/any-input/dist/any-input/any-input.esm.js"></script>
  <script nomodule="" src="https://unpkg.com/any-input/dist/any-input/any-input.js"></script>

only one of them will be loaded for users

Examples

Convert English to Georgian input:

  <any-input letters="abgdevzTiklmnopJrstufqRySCcZwWxjh" target-first-letter="ა">
     <input type="text" />
  </any-input>

or you can use geo-input tag:

  <geo-input>
     <input type="text" />
  </geo-input>

for more details on available parameters visit any-input