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
Library update to accept only the "mask" prop, and in this prop, you import the mask you want to use from the library. If the library does not have it, two options are provided. The first is "customMask," which is used for less complex custom masks. You can also import "BaseMask," which allows you to create any other new mask, regardless of its complexity.
Unnecessary code removal to make the library easier to understand and update.
Update of the README.md to reflect the new library standards.