Skip to content

Instantly share code, notes, and snippets.

@hugs
Forked from jackskalitzky/lines
Last active August 29, 2015 14:23
Show Gist options
  • Save hugs/2f62a9f4769950781a7d to your computer and use it in GitHub Desktop.
Save hugs/2f62a9f4769950781a7d to your computer and use it in GitHub Desktop.
> var linesRaw = fs.readFileSync('lines.json', 'utf8');
> lines = JSON.parse(linesRaw)
[ [ { x: 122.01388549804688, y: 183.01388549804688 },
{ x: 119.01388549804688, y: 195.01388549804688 },
{ x: 115.01388549804688, y: 307.0138854980469 },
{ x: 115.01388549804688, y: 354.0138854980469 },
{ x: 117.01388549804688, y: 360.0138854980469 } ],
[ { x: 206.01388549804688, y: 177.01388549804688 },
{ x: 204.01388549804688, y: 194.01388549804688 },
{ x: 202.01388549804688, y: 287.0138854980469 },
{ x: 200.01388549804688, y: 304.0138854980469 },
{ x: 200.01388549804688, y: 370.0138854980469 },
{ x: 202.01388549804688, y: 375.0138854980469 } ] ]
>
[
[
{
"x": 122.01388549804688,
"y": 183.01388549804688
},
{
"x": 119.01388549804688,
"y": 195.01388549804688
},
{
"x": 115.01388549804688,
"y": 307.0138854980469
},
{
"x": 115.01388549804688,
"y": 354.0138854980469
},
{
"x": 117.01388549804688,
"y": 360.0138854980469
}
],
[
{
"x": 206.01388549804688,
"y": 177.01388549804688
},
{
"x": 204.01388549804688,
"y": 194.01388549804688
},
{
"x": 202.01388549804688,
"y": 287.0138854980469
},
{
"x": 200.01388549804688,
"y": 304.0138854980469
},
{
"x": 200.01388549804688,
"y": 370.0138854980469
},
{
"x": 202.01388549804688,
"y": 375.0138854980469
}
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment