You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ For dropping into either RequireJS or NodeJS, please use [the `fastestsmallestte
36
36
npm install fastestsmallesttextencoderdecoder
37
37
```
38
38
39
+
After installing via npm, one can use `require("fastestsmallesttextencoderdecoder")`. Alternatively, one can drop the *EncoderAndDecoderNodeJS.min.js* file into the same directory as their NodeJS script and do `require("./EncoderAndDecoderNodeJS.min.js")`. Both methods are functionally equivalent.
40
+
39
41
## AngularJS
40
42
Open a terminal in the project's directory, and install fastestsmallesttextencoderdecoder via npm.
0 commit comments