png2svg is a cli tool to convert png files to svg
a of png2svg-cli to deno. based on https://github.com/webbestmaster/pixel-art-2-svg
to see help:
deno run --allow-read --allow-write 'https://deno.land/x/png2svg/cli.ts' --help
example:
deno run --allow-read --allow-write 'https://deno.land/x/png2svg/cli.ts' example.png
...
Requires deno
deno install -n png2svg --allow-read --allow-write https://deno.land/x/png2svg@v0.0.1/cli.ts
Copyright 2023 denobytes.
See LICENCE file to get more infomation.