mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 12:18:02 -08:00
Merge pull request #161 from pein0119/master
add browser detection again
This commit is contained in:
@@ -35,6 +35,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [Voice Command](#voice-command)
|
* [Voice Command](#voice-command)
|
||||||
* [API](#api)
|
* [API](#api)
|
||||||
* [Vision Detection](#vision-detection)
|
* [Vision Detection](#vision-detection)
|
||||||
|
* [Browser Detection](#browser-detection)
|
||||||
* UI
|
* UI
|
||||||
* [Code Highlighting](#code-highlighting)
|
* [Code Highlighting](#code-highlighting)
|
||||||
* [Loading Status](#loading-status)
|
* [Loading Status](#loading-status)
|
||||||
@@ -429,6 +430,10 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
* [tracking.js](https://github.com/eduardolundgren/tracking.js) - A modern approach for Computer Vision on the web.
|
* [tracking.js](https://github.com/eduardolundgren/tracking.js) - A modern approach for Computer Vision on the web.
|
||||||
* [ocrad.js](https://github.com/antimatter15/ocrad.js) - OCR in Javascript via Emscripten.
|
* [ocrad.js](https://github.com/antimatter15/ocrad.js) - OCR in Javascript via Emscripten.
|
||||||
|
|
||||||
|
## Browser Detection
|
||||||
|
|
||||||
|
* [bowser](https://github.com/ded/bowser) - a browser detector
|
||||||
|
|
||||||
## Code highlighting
|
## Code highlighting
|
||||||
|
|
||||||
* [Highlight.js](https://github.com/isagalaev/highlight.js) - Javascript syntax highlighter.
|
* [Highlight.js](https://github.com/isagalaev/highlight.js) - Javascript syntax highlighter.
|
||||||
|
|||||||
Reference in New Issue
Block a user