s2-vector-tile 关于 使用此骨架创建新模块 # grab the package git clone https://github.com/Regia/s2-vector-tile.git # remove the origin git remote rm origin # download the dependencies yarn 使用范例 const fs = require ( 'fs' ) const VectorTile = require ( './lib' ) . VectorTile const fixture = fs . readFileSync ( './fixtures/14-8801-5371.vector.pbf' ) const tile = new VectorTile ( fixture ) // load the protobuf par