webtoon / psd

Fast zero-dependency PSD parser for the web and Node.js

Home Page:https://webtoon.github.io/psd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Node.js v14

pastelmind opened this issue · comments

When we migrated to WebAssembly in 0.2.0 (#20, #24), we broke Node.js v14 support. This is due to vitejs/vite#8620. Since the next release of Vite will most likely fix this (v3: vitejs/vite#8622, v2: vitejs/vite#8668), let's wait for the new version.

Alternatively, we could monkey-patch Vite using patch-package to fix this now. I'd rather avoid this drastic option.