Skip to content

Commit

Permalink
docs: update pattern example (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Nov 7, 2021
1 parent f63f6e7 commit aaa1af9
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion src/data/gallery/all/angry/index.json
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
{"text":{"content":"w(゚Д゚)w","fontSize":200,"fontFamily":"Luckiest Guy","fontURL":"/fonts/luckiest_guy.ea045d18.woff2","type":"line","rotation":45,"width":25,"height":25,"foregroundColor":"#000","color":"#89E089","mode":"autoFit","lineWidth":1.5,"padding":0,"dy":30},"background":{"mode":"pattern","color":"#fff","foregroundColor":"#ddd","type":"line","width":50,"lineWidth":1.5,"rotation":0}}
{
"text": {
"content": "w(๑•̀ㅂ•́)و✧",
"fontSize": 200,
"fontFamily": "Luckiest Guy",
"fontURL": "/fonts/luckiest_guy.ea045d18.woff2",
"type": "line",
"rotation": 45,
"width": 25,
"height": 25,
"foregroundColor": "#000",
"color": "#89E089",
"mode": "autoFit",
"lineWidth": 1.5,
"padding": 0,
"dy": 30
},
"background": {
"mode": "pattern",
"color": "#fff",
"foregroundColor": "#ddd",
"type": "line",
"width": 50,
"lineWidth": 1.5,
"rotation": 0
}
}

0 comments on commit aaa1af9

Please sign in to comment.