-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No faces by default #22
Comments
Hi ! I have the same issue. `import Identicons from "@nimiq/identicons"; export default function Home() { useEffect(() => { the identicons file is in my public folder. When I try with other folders or just let the default folder in node modules, I have the same issue. Can you help me @nghianguyen119 ? Thanks. |
Hi, First of all, thanks a ton for this. I love the idea of adding a little fun to my admin dashboard with these identicons.
Im using a bog standard create-react-app setup and importing the library with
import Identicons from '@nimiq/identicons';
then in my code I have the following little component
however the identicons only seem to be showing the background
![image](https://user-images.githubusercontent.com/420915/119810498-ff95f680-bedd-11eb-8493-c3bc5c87185f.png)
Is this a digital right thing or something? so I need to provide my own set of assets?
The text was updated successfully, but these errors were encountered: