You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image decoder in @webtoon/psd now uses WebAssembly instead of asm.js. This makes the bundle significantly larger (~73 KiB), as well as requiring runtimes that support WebAssembly.
On the plus side, not using asm.js enables using esbuild or Vite without hurting performance due to deoptimized code.
Parse layer hidden, transparency lock flags
Remove named export 'parse()'
Export Group, Layer, Slice as types only
Features
export Group, Layer, Slice as types only (564b5a5)