meltingice / psd.js

A Photoshop PSD file parser for NodeJS and browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-add support for browser use cases of psdjs within the <script> tag

MgenGlder opened this issue · comments

Example Github Issue

Summary

With the latest release we seem to have removed support for using psdjs from a browser script tag in favor of importing it as a require module. We should re-add that support

PR: #238