Skip to content

png2svg is a deno cli tool to convert png files to svg

License

Notifications You must be signed in to change notification settings

denobytes/png2svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Latest version

png2svg

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

usage

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
...

install

Requires deno

deno install -n png2svg --allow-read --allow-write https://deno.land/x/png2svg@v0.0.1/cli.ts

license

Copyright 2023 denobytes.
See LICENCE file to get more infomation.

About

png2svg is a deno cli tool to convert png files to svg

Resources

License

Stars

Watchers

Forks

Packages

No packages published