From 9f539043c06cfc52d3ea271f70b7e8a67fe9b3e2 Mon Sep 17 00:00:00 2001 From: Ramazan Akbal <43077625+Andromeda606@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:03:08 +0300 Subject: [PATCH] feat: exported avatar small parts If you want to make your own avatar editor, small parts need to be exported, but this was not provided in the library. Therefore, I had to make this export. --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 85438d4..006d38f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -126,4 +126,5 @@ export default class ReactNiceAvatar extends Component { } } +export { Face, Hair, Hat, Ear, Eyebrow, Eye, Glasses, Nose, Mouth, Shirt }; export { genConfig } from "./utils";