v2.0.0-alpha.1
Pre-release
Pre-release
·
290 commits
to main
since this release
What's Changed
-
feat: playground uses unpkg.com's online resources
<script src="https://unpkg.com/@resvg/resvg-wasm@2.0.0-alpha.0/index.min.js"></script>
-
feat: preload wasm in the playground
<link rel="preload" as="fetch" type="application/wasm" href="https://unpkg.com/@resvg/resvg-wasm/index_bg.wasm" />
-
chore: upload wasm file to artifacts
Switching from local to building in CI (Linux-x64-gnu) for.wasmfiles can reduce the file size a bit.- Local, Mac-x64-darwin: 1969225 bytes
- CI, Linux-x64-gnu: 1949570 bytes
After gzip compression, the
.wasmfile is only about 700kB.
Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1