@gabeochoa/pyogibeop

0.1.9 • Public • Published

@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

Dependencies (0)

    Dev Dependencies (9)

    Package Sidebar

    Install

    npm i @gabeochoa/pyogibeop

    Weekly Downloads

    12

    Version

    0.1.9

    License

    MIT

    Unpacked Size

    7.29 kB

    Total Files

    4

    Last publish

    Collaborators

    • gabeochoa