@dicebear/pixel-art 4.9.0 → 4.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +169 -437
- package/dist/index.js +170 -438
- package/dist/index.umd.js +3 -3
- package/package.json +4 -4
package/LICENSE
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Code licensed under MIT License.
|
|
5
5
|
* Copyright (c) 2021 Florian Körner
|
|
6
6
|
*
|
|
7
|
-
* Design "
|
|
7
|
+
* Design "8biticon" by Plastic Jam licensed under MIT.
|
|
8
8
|
* License: https://github.com/dicebear/dicebear/blob/main/packages/%40dicebear/pixel-art/LICENSE
|
|
9
9
|
*/
|
|
10
10
|
declare let create: import("@dicebear/avatars").StyleCreate<import("./options").Options>, meta: import("@dicebear/avatars").StyleMeta, schema: import("json-schema").JSONSchema7;
|