@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 CHANGED
@@ -1,5 +1,6 @@
1
1
  MIT License
2
2
 
3
+ Copyright (c) 2012 Plastic Jam
3
4
  Copyright (c) 2021 Florian Körner
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
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 "Pixel Art" by Plastic Jam licensed under MIT.
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;