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
Hey @bene-starzengruber ,
due to current sickness season we were only just able to push out an release candidate for you to test.
Would you mind trying out if the new version 0.0.4-rc.0 works for you?
In this version, we would just release the same package for node/web with a ESModules version and a CommonJS version.
I'd like to use the psd-importer in a Node environment, which according to the readme is possible.
Looking at node_modules folder after installing the importer in my project I can see the following structure: a
browser.js
file and anode.js
file.Currently, in order to use the node.js file I have to make the following patches to the package.json of the psd-importer:
In addition, in light of the above the NodeJS Quick-Start is quite confusing with the
// We currently only support ES Modules in NodeJS
comment.The text was updated successfully, but these errors were encountered: