npm install sketch-parserEliminate the differences in the output of the following two ways:
* run sketchtool
* unzip .sketch and read .json
!version
!Node.js
!Sketch.app document

* filePath
* [needSketchTool]
Creates a new Parser object.
And sets the parser.filePath property to the provided sketch file path, maybe sets the parser.needSketchTool property to the provided option.
* needSketchTool
Whether or not need sketchtool to get data, the default value is true.
Returns a whole document's data.
Returns a list containing all the page data.
MIT