wavelovers/assets/mobile-patterns.json

28 lines
445 B
JSON
Raw Normal View History

[
{
"name": "Mobile Dotted",
"type": "Simple",
"icon": "😌",
"pattern": [ 100, 100 ]
},
{
"name": "Mobile Short Dashed",
"type": "Simple",
"icon": "🙂",
"pattern": [ 250, 100 ]
},
{
"name": "Mobile Long Dashed",
"type": "Simple",
"icon": "🙂",
"pattern": [ 500, 100 ]
},
{
"name": "Mobile Constant",
"type": "Simple",
"icon": "🙂",
"pattern": [ 1000 ]
}
]