Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: polymer_0.4.0/bower_components/gif.js/README.md

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 # gif.js 2 # gif.js
3 3
4 JavaScript GIF encoder that runs in your browser. 4 JavaScript GIF encoder that runs in your browser.
5 5
6 Uses typed arrays and web workers to render each frame in the background, it's r eally fast! 6 Uses typed arrays and web workers to render each frame in the background, it's r eally fast!
7 7
8 **Demo** - http://jnordberg.github.io/gif.js/ 8 **Demo** - http://jnordberg.github.io/gif.js/
9 9
10 Works in browsers supporting: [Web Workers](http://www.w3.org/TR/workers/), [Fil e API](http://www.w3.org/TR/FileAPI/) and [Typed Arrays](https://www.khronos.org /registry/typedarray/specs/latest/) 10 Works in browsers supporting: [Web Workers](http://www.w3.org/TR/workers/), [Fil e API](http://www.w3.org/TR/FileAPI/) and [Typed Arrays](https://www.khronos.org /registry/typedarray/specs/latest/)
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 The above copyright notice and this permission notice shall be included in 98 The above copyright notice and this permission notice shall be included in
99 all copies or substantial portions of the Software. 99 all copies or substantial portions of the Software.
100 100
101 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 101 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
102 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 102 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
103 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 103 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
104 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 104 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
105 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 105 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
106 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 106 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
107 THE SOFTWARE. 107 THE SOFTWARE.
OLDNEW
« no previous file with comments | « polymer_0.4.0/bower_components/gif.js/.gitignore ('k') | polymer_0.4.0/bower_components/gif.js/bin/build » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698