Skip to content

Commit 2d5ef8e

Browse files
committed
Add npm link and install instructions
1 parent ccede0e commit 2d5ef8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[![MapLibre Logo](https://maplibre.org/img/maplibre-logo-big.svg)](https://maplibre.org/)
22

33
# vt-pbf
4+
[![NPM Version](https://img.shields.io/npm/v/@maplibre/vt-pbf.svg)](https://www.npmjs.com/package/@maplibre/vt-pbf)
45

56
Serialize [Mapbox vector tiles](https://github.com/mapbox/vector-tile-spec) to binary protobufs in javascript.
67

8+
## Installation
9+
Using NPM: `npm install @maplibre/vt-pbf`
10+
11+
Or `npm run build` and find build artifacts in `dist/`
12+
713
## Usage
814

915
As far as I know, the two places you might get a JS representation of a vector

0 commit comments

Comments
 (0)