mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
vant components
This commit is contained in:
6
packages/vant-css/scripts/extract-icons.sh
Executable file
6
packages/vant-css/scripts/extract-icons.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
basepath=$(dirname $0)
|
||||
|
||||
rm -rf $basepath/../icons
|
||||
sketchtool export slices --formats=svg --overwriting=YES --save-for-web=YES --output=$basepath/../icons $basepath/../assets/icons.sketch
|
Reference in New Issue
Block a user