|
1 | | -# <p align="center"><img alt="protobuf.js" src="https://github.com/dcodeIO/protobuf.js/raw/master/pbjs.png" width="120" height="104" /></p> |
2 | | - |
3 | | -[![][travis-image]][travis-url] [![][coverage-image]][coverage-url] [![][npm-image]][npm-url] [![][downloads-image]][npm-url] [![][donate-image]][donate-url] |
| 1 | +<h1 align="center"><img alt="protobuf.js" src="https://github.com/dcodeIO/protobuf.js/raw/master/pbjs.png" width="120" height="104" /></h1> |
| 2 | +<p align="center"> |
| 3 | + <a href="https://travis-ci.org/dcodeIO/protobuf.js"><img src="https://travis-ci.org/dcodeIO/protobuf.js.svg?branch=master" alt=""></a> |
| 4 | + <a href="https://coveralls.io/github/dcodeIO/protobuf.js"><img src="https://coveralls.io/repos/github/dcodeIO/protobuf.js/badge.svg?branch=master" alt=""></a> |
| 5 | + <a href="https://npmjs.org/package/protobufjs"><img src="https://img.shields.io/npm/v/protobufjs.svg" alt=""></a> |
| 6 | + <a href="https://npmjs.org/package/protobufjs"><img src="https://img.shields.io/npm/dm/protobufjs.svg" alt=""></a> |
| 7 | + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dcode%40dcode.io&item_name=Open%20Source%20Software%20Contribution&item_number=dcodeIO%2Fprotobuf.js"><img alt="donate ❤" src="https://img.shields.io/badge/donate-❤-ff2244.svg"></a> |
| 8 | +</p> |
4 | 9 |
|
5 | 10 | **Protocol Buffers** are a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more, originally designed at Google ([see](https://developers.google.com/protocol-buffers/)). |
6 | 11 |
|
7 | 12 | **protobuf.js** is a pure JavaScript implementation with TypeScript support for node and the browser. It's super easy to use, blazingly fast and works out of the box on .proto files! |
8 | 13 |
|
9 | | -[travis-image]: https://img.shields.io/travis/dcodeIO/protobuf.js.svg |
10 | | -[travis-url]: https://travis-ci.org/dcodeIO/protobuf.js |
11 | | -[coverage-image]: https://coveralls.io/repos/github/dcodeIO/protobuf.js/badge.svg?branch=master |
12 | | -[coverage-url]: https://coveralls.io/github/dcodeIO/protobuf.js?branch=master |
13 | | -[npm-image]: https://img.shields.io/npm/v/protobufjs.svg |
14 | | -[npm-url]: https://npmjs.org/package/protobufjs |
15 | | -[downloads-image]: https://img.shields.io/npm/dm/protobufjs.svg |
16 | | -[donate-image]: https://img.shields.io/badge/donate-❤-ff2244.svg |
17 | | -[donate-url]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dcode%40dcode.io&item_name=Open%20Source%20Software%20Contribution&item_number=dcodeIO%2Fprotobuf.js |
18 | | - |
19 | 14 | **Recommended read:** [Changes in protobuf.js 6.0](https://github.com/dcodeIO/protobuf.js/wiki/Changes-in-protobuf.js-6.0) |
20 | 15 |
|
21 | 16 | Features |
|
0 commit comments