aico-image-editor
Version:
Combine multiple image into and create single combined image
74 lines • 1.58 kB
JavaScript
export const motiveData = [
{
"id": "motive-1",
"url": require('../images/shapes/adult-birthday/25-jahre.png'),
"label": "25-jahre",
"category": [
"adult-birthday"
],
"type": "motive"
},
{
"id": "motive-24",
"url": require("../images/shapes/august-1/schweiz1.png"),
"label": "Schweiz 1",
"category": [
"august-1"
],
"type": "motive"
},
{
"id": "motive-39",
"url": require("../images/shapes/children-birthday/12jahre.png"),
"label": "12 - jahre",
"category": [
"children-birthday"
],
"type": "motive"
},
{
"id": "motive-56",
"url": require("../images/shapes/christmas/elfenhut1.png"),
"label": "Elfenhut 1",
"category": [
"christmas"
],
"type": "motive"
},
{
"id": "motive-78",
"url": require("../images/shapes/engagement-party/champagner1.png"),
"label": "Champagner 1",
"category": [
"engagement-party"
],
"type": "motive"
},
{
"id": "motive-98",
"url": require("../images/shapes/gender-reveal/baby-shower.png"),
"label": "Baby-shower",
"category": [
"gender-reveal"
],
"type": "motive"
},
{
"id": "motive-114",
"url": require("../images/shapes/wedding/bogen1.png"),
"label": "Bogen 1",
"category": [
"wedding"
],
"type": "motive"
},
// {
// "id": "motive-115",
// "url": require("../images/shapes/SampleJPGImage_15mbmb.jpg"),
// "label": "nature",
// "category": [
// "wedding"
// ],
// "type": "motive"
// },
]