Skip to content

Commit 40dba6d

Browse files
committed
2 parents a99cc60 + 789c22d commit 40dba6d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22

33
[![npm version](http://img.shields.io/npm/v/fastestsmallesttextencoderdecoder.svg?label=version)](https://npmjs.org/package/fastestsmallesttextencoderdecoder "View this project on npm")
4-
[![GitHub stars](https://img.shields.io/github/stars/anonyco/FastSmallTextEncoderDecoder.svg?style=social)](https://github.com/anonyco/FastSmallTextEncoderDecoder/stargazers "View others who have stared this repository")
5-
[![GitHub file size in bytes](https://img.shields.io/github/size/anonyco/FastSmallTextEncoderDecoder/EncoderDecoderTogether.min.js.svg?label=without%20gzip)](https://github.com/anonyco/FastSmallTextEncoderDecoder/blob/master/EncoderDecoderTogether.min.js "File without gzip")
6-
[![GitHub file size in bytes](https://img.shields.io/github/size/anonyco/FastSmallTextEncoderDecoder/test/EncoderDecoderTogether.min.js.gz.svg?label=gzip%20applied)](https://github.com/anonyco/FastSmallTextEncoderDecoder/blob/master/test/EncoderDecoderTogether.min.js.gz "Gzipped file")
7-
[![npm bundle size (version)](https://img.shields.io/bundlephobia/min/fastestsmallesttextencoderdecoder/latest.svg?color=maroon&label=NPM%20bundle%20size)](https://npmjs.org/package/fastestsmallesttextencoderdecoder "View this project on npm")<!--[![Issues](http://img.shields.io/github/issues/anonyco/FastSmallTextEncoderDecoder.svg)]( https://github.com/anonyco/FastSmallTextEncoderDecoder/issues )-->
4+
[![GitHub stars](https://img.shields.io/github/stars/anonyco/FastestSmallestTextEncoderDecoder.svg?style=social)](https://github.com/anonyco/FastestSmallestTextEncoderDecoder/stargazers "View others who have stared this repository")
5+
[![GitHub file size in bytes](https://img.shields.io/github/anonyco/FastestSmallestTextEncoderDecoder/blob/master/EncoderDecoderTogether.min.js.svg?label=without%20gzip)](https://github.com/anonyco/FastestSmallestTextEncoderDecoder/blob/master/EncoderDecoderTogether.min.js "File without gzip")
6+
[![GitHub file size in bytes](https://img.shields.io/github/anonyco/FastestSmallestTextEncoderDecoder/blob/master/test/EncoderDecoderTogether.min.js.gz.svg?label=gzip%20applied)](https://github.com/anonyco/FastestSmallestTextEncoderDecoder/blob/master/test/EncoderDecoderTogether.min.js.gz "Gzipped file")
7+
[![npm bundle size (version)](https://img.shields.io/bundlephobia/min/fastestsmallesttextencoderdecoder/latest.svg?color=maroon&label=NPM%20bundle%20size)](https://npmjs.org/package/fastestsmallesttextencoderdecoder "View this project on npm")<!--[![Issues](http://img.shields.io/github/issues/anonyco/FastestSmallestTextEncoderDecoder.svg)]( https://github.com/anonyco/FastestSmallestTextEncoderDecoder/issues )-->
88
[![Unlicense license](http://img.shields.io/badge/license-Unlicense-brightgreen.svg)](https://unlicense.org/ "This project's liscence")
99
[![npm downloads](https://img.shields.io/npm/dt/fastestsmallesttextencoderdecoder.svg)](https://npmjs.org/package/fastestsmallesttextencoderdecoder "View this project on npm")
1010

@@ -30,11 +30,11 @@ The `nomodule` attribute prevents the script from being needlessly downloaded an
3030

3131
## EncodeInto
3232

33-
See MDN here for documentation. For the TextEncoder.prototype.encodeInto polyfill, please use `https://dl.dropboxusercontent.com/s/i2e2rho1ohtbhfg/EncoderDecoderTogether.min.js?dl=0` for the full package, `https://dl.dropboxusercontent.com/s/nlcgzbr0ayd5pjs/FastestTextEncoderPolyfill.min.js?dl=0` for only TextEncoder and TextEncoder.prototype.encodeInto, and `npm i fastestsmallesttextencoderdecoder-encodeinto` for NodeJS, es6 modules, RequireJS, AngularJS, or whatever it is that floats your boat.
33+
See the [MDN here](https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder/encodeInto) for documentation. For the TextEncoder.prototype.encodeInto polyfill, please use `https://dl.dropboxusercontent.com/s/i2e2rho1ohtbhfg/EncoderDecoderTogether.min.js?dl=0` for the full package, `https://dl.dropboxusercontent.com/s/nlcgzbr0ayd5pjs/FastestTextEncoderPolyfill.min.js?dl=0` for only TextEncoder and TextEncoder.prototype.encodeInto, and `npm i fastestsmallesttextencoderdecoder-encodeinto` for NodeJS, es6 modules, RequireJS, AngularJS, or whatever it is that floats your boat.
3434

3535
## RequireJS and NodeJS
3636

37-
For dropping into either RequireJS or NodeJS, please use [the `fastestsmallesttextencoderdecoder` npm repository](https://npmjs.org/package/fastestsmallesttextencoderdecoder), [this minified file](https://github.com/anonyco/FastSmallTextEncoderDecoder/blob/master/NodeJS/EncoderAndDecoderNodeJS.min.js), or the corresponding [source code file](https://github.com/anonyco/FastSmallTextEncoderDecoder/blob/master/NodeJS/EncoderAndDecoderNodeJS.src.js). To install via npm, use the following code.
37+
For dropping into either RequireJS or NodeJS, please use [the `fastestsmallesttextencoderdecoder` npm repository](https://npmjs.org/package/fastestsmallesttextencoderdecoder), [this minified file](https://github.com/anonyco/FastestSmallestTextEncoderDecoder/blob/master/NodeJS/EncoderAndDecoderNodeJS.min.js), or the corresponding [source code file](https://github.com/anonyco/FastestSmallestTextEncoderDecoder/blob/master/NodeJS/EncoderAndDecoderNodeJS.src.js). To install via npm, use the following code.
3838

3939
```Bash
4040
npm install fastestsmallesttextencoderdecoder
@@ -44,11 +44,11 @@ Alternatively, if one do not know how to use the command line, save the script c
4444

4545

4646
* fastestsmallesttextencoderdecoder
47-
- Microsoft Windows batch: [install-FastSmallTextEncoderDecoder-windows.bat](https://raw.githubusercontent.com/anonyco/FastSmallTextEncoderDecoder/master/gh-pages/install-FastSmallTextEncoderDecoder-windows.bat)
48-
- Bash for Apple MacOS and Linux (e.x. Ubuntu): [install-FastSmallTextEncoderDecoder-unix.sh](https://raw.githubusercontent.com/anonyco/FastSmallTextEncoderDecoder/master/gh-pages/install-FastSmallTextEncoderDecoder-unix.sh)
47+
- Microsoft Windows batch: [install-FastestSmallestTextEncoderDecoder-windows.bat](https://raw.githubusercontent.com/anonyco/FastestSmallestTextEncoderDecoder/master/gh-pages/install-FastestSmallestTextEncoderDecoder-windows.bat)
48+
- Bash for Apple MacOS and Linux (e.x. Ubuntu): [install-FastestSmallestTextEncoderDecoder-unix.sh](https://raw.githubusercontent.com/anonyco/FastestSmallestTextEncoderDecoder/master/gh-pages/install-FastestSmallestTextEncoderDecoder-unix.sh)
4949
* fastestsmallesttextencoderdecoder-encodeinto
50-
- Microsoft Windows batch: [install-FastSmallTextEncoderDecoder-encodeInto.bat](https://raw.githubusercontent.com/anonyco/FastSmallTextEncoderDecoder/master/gh-pages/install-FastSmallTextEncoderDecoder-encodeInto.bat)
51-
- Bash for Apple MacOS and Linux (e.x. Ubuntu): [install-FastSmallTextEncoderDecoder-encodeInto.sh](https://raw.githubusercontent.com/anonyco/FastSmallTextEncoderDecoder/master/gh-pages/install-FastSmallTextEncoderDecoder-encodeInto.sh)
50+
- Microsoft Windows batch: [install-FastestSmallestTextEncoderDecoder-encodeInto.bat](https://raw.githubusercontent.com/anonyco/FastestSmallestTextEncoderDecoder/master/gh-pages/install-FastestSmallestTextEncoderDecoder-encodeInto.bat)
51+
- Bash for Apple MacOS and Linux (e.x. Ubuntu): [install-FastestSmallestTextEncoderDecoder-encodeInto.sh](https://raw.githubusercontent.com/anonyco/FastestSmallestTextEncoderDecoder/master/gh-pages/install-FastestSmallestTextEncoderDecoder-encodeInto.sh)
5252

5353

5454
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.
@@ -64,7 +64,7 @@ Then, add `import 'fastestsmallesttextencoderdecoder';` to the polyfills.ts file
6464

6565
## Encode Into branch
6666

67-
The [encodeInto](https://raw.githubusercontent.com/anonyco/FastSmallTextEncoderDecoder/master/encodeInto/) folder of this repository contains an encodeInto build of the main project. The encodeInto branch
67+
The [encodeInto](https://raw.githubusercontent.com/anonyco/FastestSmallestTextEncoderDecoder/master/encodeInto/) folder of this repository contains an encodeInto build of the main project. The encodeInto branch
6868

6969
## Browser Support
7070

@@ -145,7 +145,7 @@ Or, one can use the new and shiny [ES6 module importation](https://developer.moz
145145

146146
## Demonstration
147147

148-
Visit the [GithubPage](https://anonyco.github.io/FastSmallTextEncoderDecoder/gh-pages/) to see a demonstation. As seen in the Web Worker [hexWorker.js](https://github.com/anonyco/FastSmallTextEncoderDecoder/blob/master/gh-pages/hexWorker.js), the Github Pages demonstration uses a special [encoderAndDecoderForced.src.js](https://github.com/anonyco/FastSmallTextEncoderDecoder/blob/master/gh-pages/encoderAndDecoderForced.src.js) version of this library to forcefully install the TextEncoder and TextDecoder even when there is native support. That way, this demonstraton should serve to truthfully demonstrate this polyfill.
148+
Visit the [GithubPage](https://anonyco.github.io/FastestSmallestTextEncoderDecoder/gh-pages/) to see a demonstation. As seen in the Web Worker [hexWorker.js](https://github.com/anonyco/FastestSmallestTextEncoderDecoder/blob/master/gh-pages/hexWorker.js), the Github Pages demonstration uses a special [encoderAndDecoderForced.src.js](https://github.com/anonyco/FastestSmallestTextEncoderDecoder/blob/master/gh-pages/encoderAndDecoderForced.src.js) version of this library to forcefully install the TextEncoder and TextDecoder even when there is native support. That way, this demonstraton should serve to truthfully demonstrate this polyfill.
149149

150150
## npm Project
151151
This project can be found on [npm here at this link](https://npmjs.org/package/fastestsmallesttextencoderdecoder).
@@ -155,7 +155,7 @@ This project can be found on [npm here at this link](https://npmjs.org/package/f
155155
On Linux, the project can be developed by cloning it with the following command line. The development scripts are designed to be interpeted by Dash, and whether they work on Mac OS is unknown, but they certainly won't work on Windows.
156156

157157
```Bash
158-
git clone https://github.com/anonyco/FastSmallTextEncoderDecoder.git; cd FastSmallTextEncoderDecoder; npm run install-dev
158+
git clone https://github.com/anonyco/FastestSmallestTextEncoderDecoder.git; cd FastestSmallestTextEncoderDecoder; npm run install-dev
159159
```
160160

161161
Emphasize the `npm run install-dev`, which downloads `closure-compiler.jar` into the repository for minifying the files.

0 commit comments

Comments
 (0)