mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
fix unintended html evaluation
The tag `<canvas>` was not visible because markdown treated it as html.
This commit is contained in:
@@ -248,7 +248,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [d3](https://github.com/d3/d3) - A JavaScript visualization library for HTML and SVG.
|
* [d3](https://github.com/d3/d3) - A JavaScript visualization library for HTML and SVG.
|
||||||
* [metrics-graphics](https://github.com/mozilla/metrics-graphics) - A library optimized for concise, principled data graphics and layouts.
|
* [metrics-graphics](https://github.com/mozilla/metrics-graphics) - A library optimized for concise, principled data graphics and layouts.
|
||||||
* [three.js](https://github.com/mrdoob/three.js) - JavaScript 3D library.
|
* [three.js](https://github.com/mrdoob/three.js) - JavaScript 3D library.
|
||||||
* [Chart.js](https://github.com/chartjs/Chart.js) - Simple HTML5 Charts using the <canvas> tag.
|
* [Chart.js](https://github.com/chartjs/Chart.js) - Simple HTML5 Charts using the <canvas> tag.
|
||||||
* [paper.js](https://github.com/paperjs/paper.js) - The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas.
|
* [paper.js](https://github.com/paperjs/paper.js) - The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas.
|
||||||
* [fabric.js](https://github.com/kangax/fabric.js) - JavaScript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser.
|
* [fabric.js](https://github.com/kangax/fabric.js) - JavaScript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser.
|
||||||
* [peity](https://github.com/benpickles/peity) - Progressive <svg> bar, line and pie charts.
|
* [peity](https://github.com/benpickles/peity) - Progressive <svg> bar, line and pie charts.
|
||||||
|
|||||||
Reference in New Issue
Block a user