Update README.md

Added an thorvg NPM link in the Lottie Player documentation.
This commit is contained in:
Hermet Park 2024-02-24 11:29:28 +09:00
parent f03cff2353
commit 4dda73a8d2

View file

@ -9,7 +9,7 @@ A Lottie Player which uses [ThorVG](https://github.com/thorvg/thorvg) as a rende
<script src="https://unpkg.com/@thorvg/lottie-player@latest/dist/lottie-player.js"></script>
```
- Install from NPM
- Install from [NPM](https://www.npmjs.com/package/@thorvg/lottie-player)
```sh
npm install @thorvg/lottie-player
```