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

Cannot access group userMask

hdemmer opened this issue · comments

In
https://github.com/webtoon/psd/blob/main/packages/psd/src/classes/Group.ts#L74
there is a userMask accessor on Group, but at runtime, I cannot access it.
It's not in the Group type, but also not accessible after a to any cast.