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
That would mean that this repo no longer needs to deal with environment variables at all, pushing that on to the end-users to determine how they want to store API keys.
You'd just need to set up a TS-to-JS build to make a dist folder, then point to it in your package.json and run npm publish after each release.
The text was updated successfully, but these errors were encountered:
Hey, this project would be much more helpful if it could be
npm install
'd and exported some sort of function that could be called.Then usage would be:
npm install --save-dev export-figma-svg
That would mean that this repo no longer needs to deal with environment variables at all, pushing that on to the end-users to determine how they want to store API keys.
You'd just need to set up a TS-to-JS build to make a
dist
folder, then point to it in yourpackage.json
and runnpm publish
after each release.The text was updated successfully, but these errors were encountered: