We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(The issue is similar to a former psd-importer one: imgly/psd-importer#2)
Our team would like to use the idml-importer in a Node environment, which according to the readme is possible.
The node_modules folder of the importer contains a browser.js file and a node.js file.
node_modules
browser.js
node.js
The package.json only exports the browser files, so the node files cannot be used without making modifications to the importer's package.json
package.json
browser
node
Additionally, this is not an issue, but it would be easier for us if the node.js file was a CommonJS module, it's currently ESM.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(The issue is similar to a former psd-importer one: imgly/psd-importer#2)
Our team would like to use the idml-importer in a Node environment, which according to the readme is possible.
The
node_modules
folder of the importer contains abrowser.js
file and anode.js
file.The
package.json
only exports thebrowser
files, so thenode
files cannot be used without making modifications to the importer'spackage.json
Additionally, this is not an issue, but it would be easier for us if the node.js file was a CommonJS module, it's currently ESM.
The text was updated successfully, but these errors were encountered: