Releases: zengm-games/facesjs
Releases · zengm-games/facesjs
v4.2.2
-
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
v4.2.0
-
Added a
Face
React component for easier integration with React. -
Renamed the
Face
type toFaceConfig
.