We need to be able to create different character components using the pixi-react graphics API.
These components should have:
2 eyes
eyebrows (depending on the shape); Ideally, eyebrow angle should be configurable
mouth
As I write it out, I imagine that it would be better to decompose this task into a face component that contains the basic alignment and a parent shape that will have the face placed within it.
The parent shape should control the placement of the face, but the face should accept a variety of different props, such as:
We need to be able to create different character components using the pixi-react graphics API.
These components should have:
As I write it out, I imagine that it would be better to decompose this task into a face component that contains the basic alignment and a parent shape that will have the face placed within it.
The parent shape should control the placement of the face, but the face should accept a variety of different props, such as:
browType
mouthType
browPosition
mouthPosition
eyeSpacing