digitallinguistics / transliterate

A small JavaScript library for transliterating strings between different orthographies
MIT License
9 stars 0 forks source link

upload scripts to DLx CDN during build process #12

Closed dwhieb closed 5 years ago

dwhieb commented 5 years ago

Add to installation portion of readme when finished.

You can also include the transliterate library in your page using the DLx CDN:

<script src=https://cdn.digitallinguistics.io/scripts/transliterate.js></script>
<!-- OR -->
<script src=https://cdn.digitallinguistics.io/scripts/transliterate.bundle.js></script>