Skip to content

Commit

Permalink
feat(example): add some new examples (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelii authored Nov 7, 2021
1 parent aaa1af9 commit a5788cf
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/gallery/all/be-yourself/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import options from "./index.json";

export const beYourself = {
name: "Be yourself.",
options
};
1 change: 1 addition & 0 deletions src/data/gallery/all/be-yourself/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"text":{"content":"Be yourself. 🌹","fontSize":100,"fontFamily":"Hanzipen SC","type":"none","color":"#222831","mode":"none","padding":0,"dy":33},"background":{"type":"line","color":"#FFD369","mode":"pattern","foregroundColor":"#FEFFC8","lineWidth":1,"width":23,"height":81,"arcRadius":0,"rotation":45,"fillColor":"#FFFFFF","size":3,"strokeColor":"#FFFFFF"}}
6 changes: 6 additions & 0 deletions src/data/gallery/all/have-a-nice-day/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import options from "./index.json";

export const niceDay = {
name: "Have a nice day.",
options
};
1 change: 1 addition & 0 deletions src/data/gallery/all/have-a-nice-day/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"text":{"content":"Have a nice day. 🌞","fontSize":114,"fontFamily":"Hannotate SC","type":"dot","color":"#0081FF","mode":"none","padding":0,"dy":22,"fillColor":"#9ACDFF","size":30,"strokeColor":"#8EC7FF","lineWidth":2,"width":50,"height":50,"rotation":45,"foregroundColor":"#FFD700","arcRadius":1},"background":{"type":"wave","color":"#FFF2C3","mode":"pattern","foregroundColor":"#FFEEB1","lineWidth":4,"width":60,"rotation":0,"fillColor":"#F1F9E3","size":35,"strokeColor":"#DCEDC1","height":50,"arcRadius":14}}
6 changes: 6 additions & 0 deletions src/data/gallery/all/i-miss-you/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import options from "./index.json";

export const iMissYou = {
name: "I miss you.",
options
};
1 change: 1 addition & 0 deletions src/data/gallery/all/i-miss-you/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"text":{"content":" I miss you. * ","fontSize":120,"fontFamily":"Xingkai SC","type":"dot","color":"#B5E4D0","mode":"none","padding":0,"dy":2,"fillColor":"#D2F6C5","size":37,"strokeColor":"#D2F6C5","lineWidth":1,"width":50,"height":50,"rotation":0},"background":{"type":"dot","color":"#DF6E97","mode":"pattern","foregroundColor":"#FEFFC8","lineWidth":1,"width":50,"height":50,"arcRadius":0,"rotation":45,"fillColor":"#E1A2B9","size":3,"strokeColor":"#E1A2B9"}}
8 changes: 8 additions & 0 deletions src/data/gallery/all/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import { mountain } from "./mountain";
import { bigWorld } from "./big-world";
import { falling } from "./falling";
import { challenge } from "./challenge";
import { beYourself } from "./be-yourself";
import { iMissYou } from "./i-miss-you";
import { keepGoodMood } from './keep-good-mood';
import { niceDay } from './have-a-nice-day';

export const all = {
name: "all",
Expand All @@ -22,6 +26,10 @@ export const all = {
spring,
tracer,
jordan,
beYourself,
keepGoodMood,
iMissYou,
niceDay,
mountain,
bigWorld,
falling,
Expand Down
6 changes: 6 additions & 0 deletions src/data/gallery/all/keep-good-mood/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import options from "./index.json";

export const keepGoodMood = {
name: "Keep good mood.",
options
};
1 change: 1 addition & 0 deletions src/data/gallery/all/keep-good-mood/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"text":{"content":"保持好心情 ♪","fontSize":122,"fontFamily":"Wawati SC","type":"dot","color":"#3281E1","mode":"none","padding":0,"dy":0,"fillColor":"#FFFFFF","size":4,"strokeColor":"#FFFFFF","lineWidth":1,"width":18,"height":18,"rotation":3},"background":{"type":"dot","color":"#FFFFFF","mode":"pattern","foregroundColor":"#F2B6CC","lineWidth":1,"width":100,"rotation":45,"fillColor":"#E8F4F8","size":49,"strokeColor":"#E1F3F8","height":100,"arcRadius":13}}

0 comments on commit a5788cf

Please sign in to comment.