biz-slide-core 1.1.6 → 1.1.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./callWithRetries"), exports);
18
18
  __exportStar(require("./createFolder"), exports);
19
19
  __exportStar(require("./encryptionUtils"), exports);
20
+ __exportStar(require("./pngSvgCategories"), exports);
@@ -0,0 +1,170 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pngSvgCategories = void 0;
4
+ exports.pngSvgCategories = {
5
+ "Logo": {
6
+ "Outline": {
7
+ "alias": ""
8
+ },
9
+ "Monogram": {
10
+ "alias": ""
11
+ },
12
+ "Wordmark": {
13
+ "alias": ""
14
+ },
15
+ "Emblem": {
16
+ "alias": ""
17
+ },
18
+ "Abstract Logo": {
19
+ "alias": ""
20
+ },
21
+ "Mascot": {
22
+ "alias": ""
23
+ }
24
+ },
25
+ "Icons": {
26
+ "Outline": {
27
+ "alias": ""
28
+ },
29
+ "Pictogram": {
30
+ "alias": ""
31
+ },
32
+ "Broken Line": {
33
+ "alias": ""
34
+ },
35
+ "Gradient Line": {
36
+ "alias": ""
37
+ },
38
+ "Gradient Shape": {
39
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme."
40
+ },
41
+ "Doodle": {
42
+ "alias": ""
43
+ },
44
+ "Flat": {
45
+ "alias": ""
46
+ },
47
+ "Minimalistic": {
48
+ "alias": ""
49
+ },
50
+ "Isometric": {
51
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme. "
52
+ },
53
+ "3D Icons": {
54
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme."
55
+ }
56
+ },
57
+ "Illustrations": {
58
+ "Hand Drawn": {
59
+ "alias": ""
60
+ },
61
+ "Glow": {
62
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme. "
63
+ },
64
+ "Pixel Art": {
65
+ "alias": ""
66
+ },
67
+ "Watercolour": {
68
+ "alias": ""
69
+ },
70
+ "Psychedelic": {
71
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme. "
72
+ },
73
+ "80's": {
74
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme. "
75
+ },
76
+ "Digital Art": {
77
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme. "
78
+ },
79
+ "Abstract": {
80
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme. "
81
+ },
82
+ "Realistic": {
83
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme. "
84
+ },
85
+ "Comic Style": {
86
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme. "
87
+ },
88
+ "Fantasy": {
89
+ "alias": "The icon should have strong and dramatic lighting and have a clean look on white background and should have only the suggested colour scheme. "
90
+ },
91
+ "Anime": {
92
+ "alias": ""
93
+ },
94
+ "Minimalist": {
95
+ "alias": ""
96
+ },
97
+ "Pencil Sketch": {
98
+ "alias": ""
99
+ },
100
+ },
101
+ "3D illustration": {
102
+ "Wireframe": {
103
+ "alias": ""
104
+ },
105
+ "Low Poly": {
106
+ "alias": ""
107
+ },
108
+ "Cartoon 3D": {
109
+ "alias": ""
110
+ },
111
+ "Plastic 3D": {
112
+ "alias": ""
113
+ },
114
+ "3D render": {
115
+ "alias": ""
116
+ },
117
+ },
118
+ "Photorealism": {
119
+ "Photorealistic Painting": {
120
+ "alias": ""
121
+ },
122
+ "Photorealistic Drawing": {
123
+ "alias": ""
124
+ },
125
+ "Hyperealism": {
126
+ "alias": ""
127
+ },
128
+ "Photorealism": {
129
+ "alias": ""
130
+ },
131
+ },
132
+ "Vector Art": {
133
+ "Line Art": {
134
+ "alias": ""
135
+ },
136
+ "Cartoon": {
137
+ "alias": ""
138
+ },
139
+ "Vector Kawai": {
140
+ "alias": ""
141
+ },
142
+ "Linocut": {
143
+ "alias": ""
144
+ },
145
+ "Engraving": {
146
+ "alias": ""
147
+ },
148
+ "Doodle Line Art": {
149
+ "alias": ""
150
+ },
151
+ "Geometric": {
152
+ "alias": ""
153
+ },
154
+ "Abstract": {
155
+ "alias": ""
156
+ },
157
+ "Vintage": {
158
+ "alias": ""
159
+ },
160
+ "Minimalist": {
161
+ "alias": ""
162
+ },
163
+ "Stylized": {
164
+ "alias": ""
165
+ },
166
+ "Flat Design": {
167
+ "alias": ""
168
+ },
169
+ }
170
+ };