webtoon / psd

Fast zero-dependency PSD parser for the web and Node.js
https://webtoon.github.io/psd
MIT License
1.21k stars 55 forks source link

chore: add wasm-pack to devDependencies #22

Closed pastelmind closed 2 years ago

pastelmind commented 2 years ago

Instead of requiring wasm-pack to be globally available, add it to devDependencies. This allows building the project in GitHub's CI environment (which has the Rust toolchain, but not wasm-pack) without further setup.

This should resolve a build script failure caused by #20.