We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccede0e commit 2d5ef8eCopy full SHA for 2d5ef8e
README.md
@@ -1,9 +1,15 @@
1
[](https://maplibre.org/)
2
3
# vt-pbf
4
+[](https://www.npmjs.com/package/@maplibre/vt-pbf)
5
6
Serialize [Mapbox vector tiles](https://github.com/mapbox/vector-tile-spec) to binary protobufs in javascript.
7
8
+## Installation
9
+Using NPM: `npm install @maplibre/vt-pbf`
10
+
11
+Or `npm run build` and find build artifacts in `dist/`
12
13
## Usage
14
15
As far as I know, the two places you might get a JS representation of a vector
0 commit comments