mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
28 lines
445 B
JSON
28 lines
445 B
JSON
[
|
|
{
|
|
"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 ]
|
|
}
|
|
]
|
|
|