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
I was trying to use the library without modules, by directly loading from cdn, and SpraypaintBase was undefined. As far as I understand, there issue is here:
I was trying to use the library without modules, by directly loading from cdn, and
SpraypaintBase
was undefined. As far as I understand, there issue is here:spraypaint.js/src/util/env.ts
Line 2 in cae16da
since
process
is not defined. I removed the resulting lines from the generated js file, and now it seems to work ok.The text was updated successfully, but these errors were encountered: