0.1.9 • Published 5 years ago

@gabeochoa/pyogibeop v0.1.9

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

@gabeochoa/pyogibeop

npm (scoped) npm bundle size (scoped) npm

Korean romanization utility for JavaScript

Usage

HTML

Include romanize.js into your HTML page. All is set!

<script type="text/javascript" src="romanize.js"></script>
<script type="text/javascript">
    // Converts to Latin script
    romanize("안녕하세요?") //annyeonghaseyo?
</script>

Node.js / React

This module can be installed via npm:

$ npm install @gabeochoa/pyogibeop --save
var romanize = require('@gabeochoa/pyogibeop');
// Converts to Latin script
romanize("안녕하세요?") // annyeonghaseyo?

License

pyogibeop is released under the MIT License. © 2019 gabeochoa

Notes

Changelog

0.1.9

  • Reduce package size (was 4.41kb)

0.1.7

  • Change way of compiling js to support usage

0.1.1

  • Fix issue where punctuation would add 'undefined' to string

0.1.0

  • Public release
0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago