@leonardssh/use-lanyard
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@leonardssh/use-lanyard", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "🚀 Lanyard with Composition API for Vue", | ||
@@ -5,0 +5,0 @@ "author": "LeonardSSH <leonardssh22@gmail.com> (https://leonard.sh)", |
@@ -5,14 +5,21 @@ <p align="center"> | ||
<h3 align="center"><b>Vue Use Lanyard</b></h3> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@leonardssh/use-lanyard"> | ||
<img src="https://img.shields.io/npm/v/@leonardssh/use-lanyard.svg?maxAge=3600&color=crimson&logo=npm" alt="NPM version" /> | ||
</a> | ||
<a href="https://www.npmjs.com/package/@leonardssh/use-lanyard"> | ||
<img src="https://img.shields.io/npm/dt/@leonardssh/use-lanyard.svg?maxAge=3600&logo=npm" alt="NPM downloads" /> | ||
</a> | ||
</p> | ||
<p align="center"> | ||
Use Lanyard API easily in your Vue app! | ||
<br /> | ||
<br /> | ||
<a href="https://github.com/LeonardSSH/use-lanyard/issues">Report Bug</a> | ||
· | ||
<a href="https://github.com/LeonardSSH/use-lanyard/issues">Request Feature</a> | ||
· | ||
<a href="https://github.com/Phineas/lanyard">What Is Lanyard</a> | ||
</p> | ||
<h3 align="center"><b>Vue Use Lanyard</b></h3> | ||
<p align="center"> | ||
Use Lanyard API easily in your Vue app! | ||
<br /> <br /> | ||
<a href="https://github.com/LeonardSSH/use-lanyard/issues">Report Bug</a> | ||
· | ||
<a href="https://github.com/LeonardSSH/use-lanyard/issues">Request Feature</a> | ||
· | ||
<a href="https://github.com/Phineas/lanyard">What Is Lanyard</a> | ||
</p> | ||
@@ -49,3 +56,3 @@ | ||
```ts | ||
import { useLanyard } from '@leonardssh/use-lanyard'; | ||
import { useLanyard, LanyardData } from '@leonardssh/use-lanyard'; | ||
@@ -52,0 +59,0 @@ await useLanyard({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37480
85