/utilz

Primary LanguageTypeScriptMIT LicenseMIT

UtilZ 💻

A simple collection of tools, using 🦕 Deno with TypeScript

In the following example, the Data URLs background image from the CSS can be written to an SVG file

Usage

  • Locally
deno run  --allow-read --allow-write ./main.ts --input=./example/ms.css
  • Remote
deno run  --allow-read --allow-write https://deno.land/x/utilz/main.ts --input=./example/ms.css

License

MIT