Skip to content

Releases: zengm-games/facesjs

v4.2.2

04 Aug 20:56
Compare
Choose a tag to compare
  • The Face React component should now be imported as:

    // New correct way
    import { Face } from "facesjs/react";

    Rather than the way it was imported in version 4.2.0:

    // Old wrong way
    import { Face } from "facesjs";

    The reason is because version 4.2.0 broke importing other facesjs exports in some non-React projects.

v4.2.1

15 May 21:20
Compare
Choose a tag to compare
  • #47 - Restore the "shave" facial feature option to the editor, which was accidentally removed in v4.1.0.

v4.2.0

13 May 15:09
Compare
Choose a tag to compare
  • Added a Face React component for easier integration with React.

  • Renamed the Face type to FaceConfig.