Skip to content

Commit 3dc23e6

Browse files
committed
feat(persona-ilustration): add png format
1 parent 3445646 commit 3dc23e6

428 files changed

Lines changed: 88 additions & 15 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Sync
33
on:
44
schedule:
55
- cron: 0 0 * * *
6+
workflow_dispatch:
67

78
permissions:
89
contents: write

packages/persona-ilustration/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"./svg/": {
2121
"types": "./types/svg.d.ts",
2222
"default": "./svg/"
23+
},
24+
"./png/": {
25+
"types": "./types/png.d.ts",
26+
"default": "./png/"
2327
}
2428
},
2529
"license": "MIT",
@@ -36,6 +40,7 @@
3640
"files": [
3741
"dist/",
3842
"svg/",
43+
"png/",
3944
"vue/"
4045
],
4146
"scripts": {
@@ -58,6 +63,7 @@
5863
"ohash": "^1.1.2",
5964
"ora": "^8.0.0",
6065
"p-all": "^5.0.0",
66+
"sharp": "^0.33.3",
6167
"svg-path-commander": "^2.0.5",
6268
"svgo": "^3.0.2",
6369
"webfont": "^11.2.26"
2.47 KB
5.22 KB
1.15 KB
2.48 KB
11.8 KB
27.4 KB
9.16 KB
20.8 KB

0 commit comments

Comments
 (0)