@dhedge/crypto-assets 0.2.23 → 0.2.26
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/README.md +1 -1
- package/icons/stethbull2x.png +0 -0
- package/icons/stethbull3x.png +0 -0
- package/icons/stethbull4x.png +0 -0
- package/icons/superfest.png +0 -0
- package/icons/susdy.png +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -14,4 +14,4 @@ Crypto icons which are used both on dHEDGE and Toros
|
|
|
14
14
|
|
|
15
15
|
- Put new icon files to src/icons directory
|
|
16
16
|
- Run `npm install`
|
|
17
|
-
- Run `npm run transform` script
|
|
17
|
+
- Run `npm run transform` (`.png` source file) or `npm run transform:svg` (`.svg` source file extension) script
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/icons/susdy.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhedge/crypto-assets",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"description": "Crypto assets",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
|
-
"transform": "SIZE=210 QUALITY=85 node scripts/transform.js"
|
|
16
|
+
"transform": "SIZE=210 QUALITY=85 node scripts/transform.js",
|
|
17
|
+
"transform:svg": "SIZE=210 QUALITY=85 EXTENSION=svg node scripts/transform.js"
|
|
17
18
|
},
|
|
18
19
|
"files": [
|
|
19
20
|
"icons"
|