Skip to content

Fix bug for can't find module #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 11, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add CDN
  • Loading branch information
polygonplanet committed May 11, 2018
commit 9b917cd493a8bd3dbdad1dd8a903d426fc093ce8
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Each methods are also available for the *Buffer* in Node.js.
bower install encoding-japanese
```

#### CDN

encoding.js is available on [cdnjs.com](https://cdnjs.com/libraries/encoding-japanese).


#### Convert character encoding (convert):

* {_Array.<number>|string_} Encoding.**convert** ( data, to\_encoding [, from\_encoding ] )
Expand Down
4 changes: 4 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ encoding.js の各メソッドは Node.js の Buffer に対しても使えます
bower install encoding-japanese
```

#### CDN

[cdnjs.com](https://cdnjs.com/libraries/encoding-japanese) でCDNが利用できます。

#### 文字コード変換 (convert):

* {_Array.<number>|string_} Encoding.**convert** ( data, to\_encoding [, from\_encoding ] )
Expand Down