0.1.2 • Published 3 years ago
png-to-svg-wasm v0.1.2
A library that can convert png to svg
DEMO: ZNGG Tool
About
This library is only used to convert png to svg, but it is recommended to be used with SVGO.
if you want to build it, you shoud install rust and wasm-pack
🚴 Useage
if you wang to use, please:
cd www
npm install
npm run startIf you want to use it in Nuxt3: please use release/pkg-web
demo: https://www.zngg.net/tool/detail/PngToSvg
demo code: https://github.com/ZN-GG/ZNGG-Nuxt3/blob/main/pages/tool/detail/PngToSVG.vue
🛠️ Build
wasm-pack build If you want to use it in Nuxt3
wasm-pack build --target webLicense
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)