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

Package main points to missing file

stephenlacy opened this issue · comments

The main in https://github.com/webtoon/psd/blob/main/package.json#L13 points to dist/index.js, though when installing via yarn I get: node_modules/@webtoon/psd/dist/main.js

It seems that the dist is pointing to main for esm builds?

We released 0.1.2 with a hotfix. Please check it out and report further problems, if any.