Add transformFile
or something to make processing from file much easier...
#218
Labels
enhancement
New feature or request
Currently you'd have to do
fs.readFileSync
before callingrecast.traverse
. Maybe we can have a shorter version to quickly read from a file and parse/traverse directly.The text was updated successfully, but these errors were encountered: