facehash 0.1.3
facehash: ^0.1.3 copied to clipboard
Deterministic avatar faces from any string. Same input always produces the same unique face. Zero additional dependencies.
Changelog #
0.1.3 #
- Fix 3D tilt effect to match React implementation (visible offset + rotation on hover)
- Change default eye/initial color to black (matches React's
currentColor)
0.1.2 #
- Add credit to Anthony Riera and Cossistant project
0.1.1 #
- Fix broken screenshot and coverage badge on pub.dev
0.1.0 #
- Initial release
- Deterministic avatar face generation from any string
- 4 face types: round, cross, line, curved
- 3D perspective transform with 4 intensity levels
- Interactive hover/tap animation
- Eye blink animation with hash-determined timing
- 3 shape options: circle, square, squircle
- Gradient and solid background variants
- Custom color palettes
- Custom mouth builder
- Cross-platform hash parity with the React/npm package
- Zero additional dependencies