This commit is contained in:
Darshit 2026-01-05 15:39:00 +05:30 committed by GitHub
commit e8aabf84a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Benchmark](#benchmark)
* [Machine Learning](#machine-learning)
* [Web Worker](#web-worker)
* [Browser Permissions](#browser-permissions)
* UI
* [Code Highlighting](#code-highlighting)
* [Loading Status](#loading-status)
@ -677,6 +678,10 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [workerpool](https://github.com/josdejong/workerpool) - Offload tasks to a pool of workers on node.js and in the browser.
* [clooney](https://github.com/GoogleChromeLabs/clooney) - Clooney is an actor library for the web. Use workers without thinking about workers.
## Browser Permissions
* [Browser Permissions Helper](https://github.com/darshitdudhaiya/browser-permissions-helper) - A simple utility to manage and request browser permissions seamlessly.
## Code highlighting
* [Highlight.js](https://github.com/isagalaev/highlight.js) - JavaScript syntax highlighter.