From 78fb656c6ed731adaeb16f20192149df7eaf90cd Mon Sep 17 00:00:00 2001 From: Weaver Goldman Date: Mon, 13 May 2024 15:07:37 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 78546cd..70d67cc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/We-Gold/gpxjs/main?label=npm%20version&color=green&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F@we-gold/gpxjs) +![npm bundle size](https://img.shields.io/bundlephobia/min/@we-gold/gpxjs?color=green) +[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/We-Gold/gpxjs/issues) +![ViewCount](https://views.whatilearened.today/views/github/We-Gold/gpxjs.svg) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +![NPM Downloads](https://img.shields.io/npm/dw/@we-gold/gpxjs) + # GPX.JS Based on [GPXParser.js](https://github.com/Luuka/GPXParser.js), which has been unmaintained, this updated library is intended to bring modern JavaScript features to GPX parsing, including extensions in tracks and fully featured typescript support.