mattrichmo commited on
Commit
808668f
·
1 Parent(s): 722886a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ size_categories:
3
+ - 1K<n<10K
4
+ ---
5
+
6
+ An Ongoing SVG Collection of Many Multiples of Brand Logos
7
+
8
+ Object looks like this:
9
+
10
+ Shape:
11
+ ```
12
+ ├── brandName ""
13
+ ├── brandWebsite ""
14
+ ├── brandPresence[{
15
+ │ └── platform
16
+ │ └── url
17
+ │ └── username}]
18
+ ├── brandLogo[{
19
+ │ └── fileName
20
+ │ └── svgPath
21
+ │ └── svgData
22
+ │ ├── meta
23
+ │ ├── width
24
+ │ ├── height
25
+ │ ├── viewbox
26
+ │ └── fill
27
+ │ └── svgRaw}]
28
+ └── brandColors[{
29
+ └── meta
30
+ ├── primary
31
+ ├── secondary
32
+ ├── tertiary
33
+ ├── quaternary
34
+ ├── priority
35
+ └── setting
36
+ ├── colorName
37
+ ├── colorHex
38
+ ├── colorRGB
39
+ ├── colorCMYK
40
+ └── colorPantone}]
41
+ ```