react-nice-avatar
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -12,3 +12,5 @@ import * as React from 'react'; | ||
hairColor?: string, | ||
hairStyle?: 'normal' | 'thick' | 'mohawk' | 'womanLong' | 'womanShort' | 'beanie' |'turban', | ||
hairStyle?: 'normal' | 'thick' | 'mohawk' | 'womanLong' | 'womanShort', | ||
hatColor?: string, | ||
hatStyle?: 'beanie' |'turban' | 'none', | ||
eyeStyle?: 'circle' | 'oval' | 'smile', | ||
@@ -15,0 +17,0 @@ glassesStyle?: 'round' | 'square' | 'none', |
{ | ||
"name": "react-nice-avatar", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "react library for generating avatar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -12,3 +12,5 @@ import * as React from 'react'; | ||
hairColor?: string, | ||
hairStyle?: 'normal' | 'thick' | 'mohawk' | 'womanLong' | 'womanShort' | 'beanie' |'turban', | ||
hairStyle?: 'normal' | 'thick' | 'mohawk' | 'womanLong' | 'womanShort', | ||
hatColor?: string, | ||
hatStyle?: 'beanie' |'turban' | 'none', | ||
eyeStyle?: 'circle' | 'oval' | 'smile', | ||
@@ -15,0 +17,0 @@ glassesStyle?: 'round' | 'square' | 'none', |
177187
6
4116