Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [ToolSparkr Base64 Encoder](https://toolsparkr.com/base64-encoder) - Encode and decode Base64 strings with URL-safe option and file support. 100% client-side.
- [ToolSparkr JSON Formatter](https://toolsparkr.com/json-validator-beautifier) - Validate, format and beautify JSON data with error line reporting. Runs entirely in browser.
- [ToolSparkr URL Encoder](https://toolsparkr.com/url-encoder) - Encode and decode URLs with parameter parsing table. 100% client-side, no data sent to servers.
- [SlimUtils](https://slimutils.com) - 50 free browser tools in one place: JSON formatter, Base64, URL encoder, JWT decoder, hash generator, UUID generator, chmod calculator, cron builder, SQL formatter, JS minifier, keycode inspector, Unix timestamp converter, and more. All client-side, no login.
- [Sucrase](https://sucrase.io) - Super-fast Babel alternative
Comment on lines 159 to 163
- [SWC](https://swc.rs/playground) - compile JS/TS files using modern JS features and outputs valid code that is supported by all major browsers.
- [Terser](https://try.terser.org/) - JavaScript parser, mangler and compressor toolkit for ES6+
Expand Down
Loading