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 committed by Hermet Park
parent faa3c6f392
commit 651979b68d

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
```