what exactly should contain "path/to/your-avatar-style" #370
-
I followed the "create an avatar style with figma" But what exactly is this folder? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This depends on your setup. If you are using TypeScript, you need the files in the You can rename the folder whatever you want and put it somewhere in your project. Then specify the path to that folder in the import. |
Beta Was this translation helpful? Give feedback.
This depends on your setup. If you are using TypeScript, you need the files in the
src
folder. If you are using JavaScript, you will need the files in thelib
folder.You can rename the folder whatever you want and put it somewhere in your project. Then specify the path to that folder in the import.