mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-30 06:58:03 -08:00
Compare commits
3 Commits
f75fddebb9
...
577c129dfc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
577c129dfc | ||
|
|
d7300d89f2 | ||
|
|
1a92d8ea42 |
@@ -498,7 +498,9 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [Fraction.js](https://github.com/infusion/Fraction.js) - A rational number library for JavaScript.
|
* [Fraction.js](https://github.com/infusion/Fraction.js) - A rational number library for JavaScript.
|
||||||
* [Complex.js](https://github.com/infusion/Complex.js) - A complex number library for JavaScript.
|
* [Complex.js](https://github.com/infusion/Complex.js) - A complex number library for JavaScript.
|
||||||
* [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript.
|
* [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript.
|
||||||
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript
|
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript.
|
||||||
|
* [eigen-js](https://github.com/BertrandBev/eigen-js) - A powerful linear algebra library.
|
||||||
|
* [nlopt-js](https://github.com/BertrandBev/nlopt-js) - A non-linear optimization library.
|
||||||
|
|
||||||
## Storage
|
## Storage
|
||||||
|
|
||||||
@@ -966,7 +968,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [shuffle-images](https://github.com/peachananr/shuffle-images) - The Simplest Way to shuffle through images in a Creative Way.
|
* [shuffle-images](https://github.com/peachananr/shuffle-images) - The Simplest Way to shuffle through images in a Creative Way.
|
||||||
* [smoothState.js](https://github.com/miguel-perez/smoothState.js) - Unobtrusive page transitions with jQuery.
|
* [smoothState.js](https://github.com/miguel-perez/smoothState.js) - Unobtrusive page transitions with jQuery.
|
||||||
* [Anime.js](https://animejs.com/) - A JavaScript animation engine.
|
* [Anime.js](https://animejs.com/) - A JavaScript animation engine.
|
||||||
* [Mo.js](http://mojs.io) - Motion graphics toolbelt for the web.
|
* [Mo.js](https://mojs.github.io/) - Motion graphics toolbelt for the web.
|
||||||
* [particles.js](https://github.com/VincentGarreau/particles.js) - A lightweight JavaScript library for creating particles.
|
* [particles.js](https://github.com/VincentGarreau/particles.js) - A lightweight JavaScript library for creating particles.
|
||||||
* [tsParticles](https://github.com/matteobruni/tsparticles) - A new and improved version of particles.js with bug fixes and many new features.
|
* [tsParticles](https://github.com/matteobruni/tsparticles) - A new and improved version of particles.js with bug fixes and many new features.
|
||||||
* [particles-bg](https://github.com/lindelof/particles-bg) - A lightweight React particles animation background component.
|
* [particles-bg](https://github.com/lindelof/particles-bg) - A lightweight React particles animation background component.
|
||||||
@@ -985,7 +987,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [es6features](https://github.com/lukehoban/es6features) - Overview of ECMAScript 6 features.
|
* [es6features](https://github.com/lukehoban/es6features) - Overview of ECMAScript 6 features.
|
||||||
* [es6-features](https://github.com/rse/es6-features) - ECMAScript 6: Feature Overview & Comparison.
|
* [es6-features](https://github.com/rse/es6-features) - ECMAScript 6: Feature Overview & Comparison.
|
||||||
* [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet) - ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets.
|
* [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet) - ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets.
|
||||||
* [ECMAScript 6 compatibility table](http://kangax.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments.
|
* [ECMAScript 6 compatibility table](https://compat-table.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments.
|
||||||
* [Babel (Formerly 6to5)](https://github.com/babel/babel) - Turn ES6+ code into vanilla ES5 with no runtime.
|
* [Babel (Formerly 6to5)](https://github.com/babel/babel) - Turn ES6+ code into vanilla ES5 with no runtime.
|
||||||
* [Traceur compiler](https://github.com/google/traceur-compiler) - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more.
|
* [Traceur compiler](https://github.com/google/traceur-compiler) - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user