Skip to content

Commit

Permalink
build: create sized images on compile
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed May 4, 2019
1 parent 88185d4 commit be41053
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 4 deletions.
Binary file modified assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions assets/templates/images.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"files": ["logo.png"],
"alternates": [
{
"size": 16,
"dest": "../icon.16"
},
{
"size": 32,
"dest": "../icon.32"
},
{
"size": 48,
"dest": "../icon.48"
},
{
"size": 128,
"dest": "../icon.128"
}
]
}
]
Binary file modified logo.xd
Binary file not shown.
Loading

0 comments on commit be41053

Please sign in to comment.