hz2 / utilz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 100.0%