Skip to content

Commit

Permalink
Move monke, remove cubic-bezier (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
retraigo authored Jul 14, 2023
1 parent 0ac9006 commit a5eb20f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 135,7 @@ This list is a collection of the best Deno modules and resources.

### Image
- [ImageScript](https://github.com/matmen/ImageScript) - Image processing in JavaScript, utilizing WebAssembly for performance.
- [monke](https://github.com/retraigo/monke) - Color quantization and dithering library with extra image filters (blur, invert, etc).

### Logging
- [sentry_deno](https://github.com/GJZwiers/sentry_deno) - Unofficial port of the Sentry SDK for JavaScript to Deno.
Expand Down Expand Up @@ -204,7 205,6 @@ This list is a collection of the best Deno modules and resources.
- [colors](https://github.com/retraigo/colors) - Color conversions and operations in TypeScript.
- [croner](https://github.com/hexagon/croner) - Cron library with advanced scheduling features, well-documented API, and zero dependencies.
- [computed_types](https://github.com/neuledge/computed-types) - Joi like validators for Typescript and Deno.
- [cubic-bezier](https://github.com/retraigo/cubic-bezier) - Get an array of points in a cubic bezier curve or visualize in a canvas.
- [dcc](https://github.com/BoltDoggy/deno#dcc) - Deno Cache Clean, reloading deps when next running.
- [denon](https://github.com/denosaurs/denon/blob/master/mod.ts) - A file watcher with a for-await generator.
- [deno-config](https://github.com/yooneskh/deno-config) - Utility to streamline deno app configuration management through cli, .env and json files
Expand Down Expand Up @@ -238,7 238,6 @@ This list is a collection of the best Deno modules and resources.
- [lazy](https://github.com/luvies/lazy) - A linq-like lazy-evaluation iteration module.
- [locale-kit](https://deno.land/x/localekit) ([GitHub](https://github.com/locale-kit/locale-kit)) - A internationalisation/localisation/translation (i18n/l10n/t9n) library with a wrapper for Fresh and support for plurals and dynamic replacement.
- [maze_generator](https://github.com/mjrlowe/maze_generator) - Javascript module for generating, solving, analyzing and displaying mazes.
- [monke](https://github.com/retraigo/monke) - Color quantization and dithering in TypeScript.
- [ms](https://github.com/denolib/ms) - Easily convert various time formats to milliseconds.
- [online](https://github.com/denorg/online) - Check if you're currently online in Deno.
- [optionals](https://github.com/OliverBrotchie/optionals) - Rust-like error handling and options with exhaustive pattern matching.
Expand Down

0 comments on commit a5eb20f

Please sign in to comment.