From a2a31ceb06e7add9921c0b110947a3d973e78b2b Mon Sep 17 00:00:00 2001 From: Nail Gafarov <35802538+stein197@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:07:13 +0500 Subject: [PATCH 01/25] Added game engines section (#813) --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e9dc15b..466b156 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries) * [Node-Powered CMS Frameworks](#node-powered-cms-frameworks) * [Templating Engines](#templating-engines) + * [Game Engines](#game-engines) * [Articles/Posts](#articles-and-posts) * [Data Visualization](#data-visualization) * [Timeline](#timeline) @@ -278,6 +279,18 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output. * [swig](https://github.com/paularmstrong/swig) - (Archived) A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. +## Game Engines +* [A-Frame](https://aframe.io) - Make WebVR. +* [Cocos](https://www.cocos.com) - Open Source Cross-Platform Game Development Framework. +* [Impact](https://impactjs.com) - Impact - HTML5 Canvas & JavaScript Game Engine. +* [GDevelop](https://gdevelop.io) - Free and Easy Game-Making App. +* [Kaboom.js](https://kaboomjs.com) - A game programming library that helps you make games fast and fun. +* [Matter.js](https://brm.io/matter-js) - A 2D rigid body JavaScript physics engine. +* [melonJS](https://melonjs.org) - Open source HTML5 game engine that empowers developers and designers to focus on content. +* [Phaser](https://phaser.io) - Phaser - A fast, fun and free open source HTML5 game framework. +* [PixiJS](https://pixijs.com) - The HTML5 Creation Engine. +* [PlayCanvas](https://playcanvas.com) - PlayCanvas WebGL Game Engine. + ## Articles and Posts * [The JavaScript that you should know](https://medium.com/@pedropolisenso/o-javasscript-que-voc%C3%AA-deveria-conhecer-b70e94d1d706) - Article about concepts of JavaScript Functional. From a2566501ae6d77416c4de9c0b329a5d9f475653e Mon Sep 17 00:00:00 2001 From: paulorodriguesjs <104591151+paulorodriguesjs@users.noreply.github.com> Date: Sun, 8 May 2022 13:20:41 -0300 Subject: [PATCH 02/25] Add Jspreadsheet CE (#814) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 466b156..33cb775 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [HANDSONTABLE](https://github.com/handsontable/handsontable) - Handsontable is a JavaScript/HTML5 Spreadsheet Library for Developers * [Frappe Datatable](https://github.com/frappe/datatable) - Frappe DataTable is a simple, modern and interactive datatable library for displaying tabular data. * [Luckysheet](https://github.com/mengshukeji/Luckysheet) - Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source. + * [Jspreadsheet CE](https://github.com/jspreadsheet/ce) - Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based online interactive tables and spreadsheets compatible with other spreadsheet software. ## Editors From 82afe9ffde45f6da946c1d3131c8d5b7c88c0a31 Mon Sep 17 00:00:00 2001 From: cryptodev100 <92028282+cryptodev100@users.noreply.github.com> Date: Sun, 8 May 2022 18:22:16 +0200 Subject: [PATCH 03/25] add attranslate to I18n And L10n (#811) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33cb775..6d28544 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [polyglot](https://github.com/airbnb/polyglot.js) - tiny i18n helper library. * [babelfish](https://github.com/nodeca/babelfish/) - i18n with human friendly API and built in plurals support. * [ttag](https://github.com/ttag-org/ttag) - Modern javascript i18n localization library based on ES6 tagged templates and the good old GNU gettext. +* [attranslate](https://github.com/fkirc/attranslate) - A JavaScript-tool for synchronizing translation-files, including JSON/YAML/XML and other formats. ## Control Flow From b0f4ab93c0bd4f524c86fed7dc426e68ea7a9d4a Mon Sep 17 00:00:00 2001 From: Kent Larsson Date: Sun, 8 May 2022 18:22:58 +0200 Subject: [PATCH 04/25] Development of curl has stopped. (#806) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6d28544..de4e09c 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [browserify](https://github.com/substack/node-browserify) - Browser-side require() the node.js way. * [SeaJS](https://github.com/seajs/seajs) - A Module Loader for the Web. * [HeadJS](https://github.com/headjs/headjs) - The only script in your HEAD. -* [curl](https://github.com/cujojs/curl) - A small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts. * [lazyload](https://github.com/rgrove/lazyload/) - Tiny, dependency-free async JavaScript and CSS loader. * [script.js](https://github.com/ded/script.js) - Asynchronous JavaScript loader and dependency manager. * [systemjs](https://github.com/systemjs/systemjs) - AMD, CJS & ES6 spec-compliant module loader. From d8924329e825e77041724f9b9eb12153ca1596cb Mon Sep 17 00:00:00 2001 From: Maciej Augustyniak Date: Sun, 8 May 2022 18:23:40 +0200 Subject: [PATCH 05/25] removed mesh.js (#792) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index de4e09c..1d6b910 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier. * [ramda](https://github.com/CrossEye/ramda) - A practical functional library for JavaScript programmers. * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. -* [mesh](https://github.com/crcn/mesh.js) - Streamable data synchronization utility. * [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript. * [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*. * [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency. From 3f39f8acec4d513575a408760151b0c7c6a3dac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20G=C3=BCrcan?= Date: Sun, 8 May 2022 18:25:41 +0200 Subject: [PATCH 06/25] Remove failing resources --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d6b910..90228f9 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [way.js](https://github.com/gwendall/way.js) - Simple, lightweight, persistent two-way databinding. * [mithril.js](https://github.com/lhorie/mithril.js) - Mithril is a client-side MVC framework (Light-weight, Robust, Fast). * [jsblocks](https://github.com/astoilkov/jsblocks) - jsblocks is better MV-ish framework. -* [LiquidLava](http://www.lava-framework.com/) - Transparent MVC framework for building user interfaces. * [feathers](https://github.com/feathersjs/feathers) - A minimalist real-time JavaScript framework for tomorrow's apps. * [Keo](https://github.com/Wildhoney/Keo) - Functional stateless React components with Shadow DOM support. * [atvjs](https://github.com/emadalam/atvjs) - Blazing fast Apple TV application development using pure JavaScript. @@ -358,7 +357,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [HANDSONTABLE](https://github.com/handsontable/handsontable) - Handsontable is a JavaScript/HTML5 Spreadsheet Library for Developers * [Frappe Datatable](https://github.com/frappe/datatable) - Frappe DataTable is a simple, modern and interactive datatable library for displaying tabular data. * [Luckysheet](https://github.com/mengshukeji/Luckysheet) - Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source. - * [Jspreadsheet CE](https://github.com/jspreadsheet/ce) - Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based online interactive tables and spreadsheets compatible with other spreadsheet software. + * [Jspreadsheet CE](https://github.com/jspreadsheet/ce) - Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software. ## Editors @@ -865,7 +864,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Packery](https://packery.metafizzy.co/) - A grid layout library that uses a bin-packing algorithm. Useable for draggable layouts. * [Isotope](https://isotope.metafizzy.co/) - A filterable, sortable, grid layout library. Can implement Masonry, Packery, and other layouts. * [flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid/) - Grid based on CSS3 flexbox. -* [Jspreadsheet](https://github.com/jspreadsheet/ce) - Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software. + ## Frameworks From 8fd9bfa38d86cb413a3431fa53f3f0efc5c82539 Mon Sep 17 00:00:00 2001 From: Max Khamrovskyi Date: Thu, 14 Jul 2022 12:31:41 +0300 Subject: [PATCH 07/25] Add Wasp (Web Application Specification Language) (#820) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md * fix: remove an invalid link Co-authored-by: Gökay Gürcan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90228f9..40d19e1 100644 --- a/README.md +++ b/README.md @@ -886,6 +886,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Mobile-First-RWD](https://github.com/bradfrost/Mobile-First-RWD) - An example of a mobile-first responsive web design. * [this-is-responsive](https://github.com/bradfrost/this-is-responsive) - This Is Responsive. * [npm run-scripts](https://gist.github.com/addyosmani/9f10c555e32a8d06ddb0) Task automation with NPM run-scripts. + * [Wasp](https://github.com/wasp-lang/wasp) Wasp is a declarative domain-specific language for developing, building, and deploying modern Javascript full-stack web apps with less code. ## Images @@ -1037,7 +1038,6 @@ https://listjs.com ## Podcasts * [JavaScript Air](https://javascriptair.com/) - The live video broadcast podcast all about JavaScript and the Web platform. * [Web of Tomorrow](http://www.weboftomorrowpodcast.com/) - Podcast about JavaScript for beginners. -* [JavaScript Jabber](https://devchat.tv/show/javascript-jabber) - A weekly podcast about JavaScript, including Node.js, Front-End Technologies, Careers, Teams and more. # Worth Reading From 07a8a8e328f68aa196096d0a802519b51d8abd1d Mon Sep 17 00:00:00 2001 From: ehmicky Date: Mon, 25 Jul 2022 15:39:49 +0200 Subject: [PATCH 08/25] Add `wild-wild-path` (#823) This adds [`wild-wild-path`](https://github.com/ehmicky/wild-wild-path). This library provides with CRUD (get/has/list/set/remove) operations on object properties using not only dot-delimited paths but also wildcards (`*` and `**`), regular expressions, array slices and unions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40d19e1..bd2ec4a 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript. * [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*. * [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency. +* [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexps. ## Reactive Programming From 62e128ea37d9e84d90fbbefb5026293ca74e57dd Mon Sep 17 00:00:00 2001 From: Varun A P <8411309+apvarun@users.noreply.github.com> Date: Thu, 4 Aug 2022 14:12:41 +0530 Subject: [PATCH 09/25] add awesome-bun to other awesome lists (#821) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd2ec4a..299a91c 100644 --- a/README.md +++ b/README.md @@ -1073,6 +1073,7 @@ https://listjs.com * [davidyezsetz/you-might-not-need-jquery-plugins](https://github.com/davidyezsetz/you-might-not-need-jquery-plugins) * [MaximAbramchuck/awesome-interviews](https://github.com/MaximAbramchuck/awesome-interview-questions) * [denolib/awesome-deno](https://github.com/denolib/awesome-deno) +* [apvarun/awesome-bun](https://github.com/apvarun/awesome-bun) # Contributing From 2321ed17a00453a3e91a6c81451d353b34644a6b Mon Sep 17 00:00:00 2001 From: Abhay V Ashokan <35297280+AbhayVAshokan@users.noreply.github.com> Date: Thu, 4 Aug 2022 20:59:38 +0530 Subject: [PATCH 10/25] Updated the link to ramda (#827) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 299a91c..681f4b3 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [lodash](https://github.com/lodash/lodash) - A utility library delivering consistency, customization, performance, & extras. * [Sugar](https://github.com/andrewplummer/Sugar) - A JavaScript library for working with native objects. * [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier. -* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for JavaScript programmers. +* [ramda](https://github.com/ramda/ramda) - A practical functional library for JavaScript programmers. * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. * [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript. * [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*. From 34113ab1c27083736ae388261ac5227bf4cc0896 Mon Sep 17 00:00:00 2001 From: "zb.lin" Date: Thu, 4 Aug 2022 23:29:53 +0800 Subject: [PATCH 11/25] Add SWRV and Vue Query (#826) Co-authored-by: linzb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 681f4b3..5f6fe22 100644 --- a/README.md +++ b/README.md @@ -604,6 +604,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Optic](https://github.com/opticdev/optic) - Optic automatically documents and tests your APIs. * [SWR](https://github.com/vercel/swr) - React Hooks library for remote data fetching. * [React Query](https://github.com/tannerlinsley/react-query) - Hooks for fetching, caching and updating asynchronous data in React. +* [SWRV](https://github.com/Kong/swrv) - Stale-while-revalidate data fetching for Vue. +* [Vue Query](https://github.com/DamianOsipiuk/vue-query) - Hooks for fetching, caching and updating asynchronous data in Vue. ## Streaming From 996a596e1429cf0b111ca6a0af0f78183338b438 Mon Sep 17 00:00:00 2001 From: Zilong Yao <59038614+ZLY201@users.noreply.github.com> Date: Thu, 4 Aug 2022 23:30:26 +0800 Subject: [PATCH 12/25] docs: add js-sdsl (#825) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6fe22..2119302 100644 --- a/README.md +++ b/README.md @@ -451,7 +451,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [buckets](https://github.com/mauriciosantos/Buckets-JS) - A complete, fully tested and documented data structure library written in JavaScript. * [hashmap](https://github.com/flesler/hashmap) - Simple hashmap implementation that supports any kind of keys. * [ngraph.graph](https://github.com/anvaka/ngraph.graph) - Graph data structure in javascript. - +* [js-sdsl](https://github.com/zly201/js-sdsl) - Refer to the javascript standard data structure library implemented by c++ stl, which supports c++ bidirectional iterator mode. ## Date *Date Libraries.* From f6785518ab748f696ce4de4345830d839955fecd Mon Sep 17 00:00:00 2001 From: Dan Chu <4urbanoff@gmail.com> Date: Thu, 4 Aug 2022 18:30:38 +0300 Subject: [PATCH 13/25] Add Whatsup (#824) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2119302..d51f812 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Drawflow](https://github.com/jerosoler/Drawflow) - This allow you to create data flows easily and quickly. * [Blockly](https://github.com/google/blockly) - A library that adds a visual code editor to web and mobile apps by Google. * [Million](https://github.com/aidenybai/million) - <1kb compiler-focused virtual DOM. It's fast! +* [Whatsup](https://github.com/whatsup/whatsup) - A frontend framework for chillout-mode development 🥤. JSX components on generators, fast mobx-like state management and exclusive cssx style system. ## Node-Powered CMS Frameworks From fba930624d8e6f9a83abee4e7d68b511fde77d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20G=C3=BCrcan?= Date: Fri, 5 Aug 2022 10:51:19 +0200 Subject: [PATCH 14/25] fix: remove usejsdoc.org (#828) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d51f812..739973f 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [YUIDoc](http://yui.github.io/yuidoc/) is a Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc and Doxygen. * [coddoc](http://doug-martin.github.io/coddoc/) is a jsdoc parsing library. Coddoc is different in that it is easily extensible by allowing users to add tag and code parsers through the use of coddoc.addTagHandler and coddoc.addCodeHandler. coddoc also parses source code to be used in APIs. * [sphinx](http://www.sphinx-doc.org/) a tool that makes it easy to create intelligent and beautiful documentation -* [Using JSDoc](http://usejsdoc.org/) * [Beautiful docs](https://github.com/beautiful-docs/beautiful-docs) is a documentation viewer based on markdown files. * [documentation.js](http://documentation.js.org) - API documentation generator with support for ES2015+ and flow annotation. * [jsduck](https://github.com/senchalabs/jsduck) - API documentation generator made for Sencha JavaScript frameworks, but can be used for other frameworks too. From 1a65809c9e6bd51ed1b33c87c18f5ca8053a616f Mon Sep 17 00:00:00 2001 From: mentamarindos Date: Thu, 11 Aug 2022 03:44:01 -0600 Subject: [PATCH 15/25] Add Google Lovefield to the storage collection (#830) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Google Lovefield to the storage collection * fix: remove yolpo Co-authored-by: Gökay Gürcan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 739973f..9153d98 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [karma](https://github.com/karma-runner/karma) - Spectacular Test Runner for JavaScript. * [nightwatch](https://github.com/nightwatchjs/nightwatch) - UI automated testing framework based on node.js and selenium webdriver. * [intern](https://github.com/theintern/intern) - A next-generation code testing stack for JavaScript. -* [yolpo](http://www.yolpo.com) - A statement-by-statement JavaScript interpreter in the browser. * [puppeteer](https://github.com/GoogleChrome/puppeteer) - Headless Chrome Node.js API by official Google Chrome team. * [webdriverio](https://github.com/webdriverio/webdriverio) - Next-gen WebDriver test automation framework for Node.js. * [taiko](https://github.com/getgauge/taiko) - A Node.js library with a simple API to automate Chromium based browsers. @@ -520,7 +519,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [datavore](https://github.com/StanfordHCI/datavore) - A small, fast, in-browser database engine written in JavaScript. * [Hoodie](https://github.com/hoodiehq/hoodie) - Offline First backend to work in browser without internet connectivity. * [NeDB](https://github.com/louischatriot/nedb) - Embedded Persistent database for Browsers, nw.js, electron. - +* [Lovefield](https://google.github.io/lovefield) - Lovefield is a relational database for web apps, By Google. + ## Color * [randomColor](https://github.com/davidmerfield/randomColor) - A color generator for JavaScript. From 74d8bd275d7fc2d5e110827637599fabd97e81ba Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 19 Aug 2022 10:11:32 -0400 Subject: [PATCH 16/25] feat: add url-state-machine to string libraries (#816) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9153d98..25467ff 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [sprintf.js](https://github.com/alexei/sprintf.js) - A sprintf implementation. * [url-pattern](https://github.com/snd/url-pattern) - Easier than regex string matching patterns for urls and other strings. Turn strings into data or data into strings. * [plexis](https://github.com/plexis-js/plexis) - Lo-fi, powerful, community-driven string manipulation library. +* [url-state-machine](https://github.com/anonrig/url-js) - Super fast spec-compliant URL parser state machine for Node.js. ## Number From d946a2dbfb4ead3b60e9d97697f9c747b0f8bc58 Mon Sep 17 00:00:00 2001 From: Andrew Boyd Date: Fri, 19 Aug 2022 10:12:00 -0400 Subject: [PATCH 17/25] Add AutoAnimate (#818) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25467ff..154f337 100644 --- a/README.md +++ b/README.md @@ -975,6 +975,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [particles-bg](https://github.com/lindelof/particles-bg) - A lightweight React particles animation background component. * [barbajs](https://github.com/barbajs/barba) - It helps you create fluid and smooth transitions between your website's pages. * [typicaljs](https://github.com/camwiegert/typical) - Animated typing in ~400 bytes 🐡 of JavaScript +* [AutoAnimate](https://auto-animate.formkit.com) - Add motion to your apps with a single line of code. ## Image Processing From 393cdb7fe95cf37328d5989c7c59240b737b4106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20G=C3=BCrcan?= Date: Sat, 20 Aug 2022 21:25:35 +0200 Subject: [PATCH 18/25] fix: remove a broken url html5media --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 154f337..cad095b 100644 --- a/README.md +++ b/README.md @@ -919,7 +919,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## Video/Audio * [prettyembed.js](https://github.com/mike-zarandona/prettyembed.js) - Prettier embeds for your YouTubes - with nice options like high-res preview images, advanced customization of embed options, and optional FitVids support. - * [html5media](https://github.com/etianen/html5media) - Enables