Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterroe committed Mar 26, 2022
1 parent 62a78d4 commit ffc81b4
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
## XTJ

Xml to Javascript object
A tiny unit to convert xml to javascript object.

<a href="http://img.badgesize.io/https://unpkg.com/xtj?compression=gzip&label=gzip%20size:%20JS">
<img src="http://img.badgesize.io/https://unpkg.com/xtj?compression=gzip&label=gzip%20size:%20JS">
</a>

## Features

* `Typescript` support.
* `ESM` and `UMD` friendly.
* Tiny size.

## Install

```shell
$ npm install xtj
```

## Features

* Typescript support
* Esm/Umd support

## Usage

```ts
Expand Down

0 comments on commit ffc81b4

Please sign in to comment.