Skip to content

Commit

Permalink
feat: add vpr & pct
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jul 1, 2024
1 parent 8818afc commit 6e99e47
Show file tree
Hide file tree
Showing 4 changed files with 1,344 additions and 638 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NPM](https://img.shields.io/npm/v/ffxiv-overlay-api)](https://www.npmjs.com/package/ffxiv-overlay-api)
[![License](https://img.shields.io/github/license/dsrkafuu/ffxiv-overlay-api)](https://github.com/dsrkafuu/ffxiv-overlay-api/blob/master/LICENSE)
[![Codacy](https://img.shields.io/codacy/grade/5782ea1fafd648e7951edc0260123594)](https://www.codacy.com/gh/dsrkafuu/ffxiv-overlay-api/dashboard)
[![Codacy](https://img.shields.io/codacy/grade/5782ea1fafd648e7951edc0260123594)](https://app.codacy.com/gh/dsrkafuu/ffxiv-overlay-api/dashboard)

Build your own modern FFXIV overlay with npm & TypeScript support.

Expand Down Expand Up @@ -37,9 +37,9 @@ npm install ffxiv-overlay-api --save
Or import the library from CDNs:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/ffxiv-overlay-api/4.6.2/overlay.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ffxiv-overlay-api@4.6.2/lib/overlay.min.js"></script>
<script src="https://unpkg.com/ffxiv-overlay-api@4.6.2/lib/overlay.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ffxiv-overlay-api/4.8.0/overlay.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ffxiv-overlay-api@4.8.0/lib/overlay.min.js"></script>
<script src="https://unpkg.com/ffxiv-overlay-api@4.8.0/lib/overlay.min.js"></script>
<script>
const overlay = new OverlayAPI();
</script>
Expand Down
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"registry": "https://registry.npmjs.org/"
},
"name": "ffxiv-overlay-api",
"version": "4.7.0",
"version": "4.8.0",
"description": "Build your own modern FFXIV overlay with npm & TypeScript support.",
"keywords": [
"ffxiv",
Expand Down Expand Up @@ -32,16 +32,19 @@
"dev": "npm-run-all -p dev:*"
},
"devDependencies": {
"@dsrca/config": "^2.2.1",
"@rollup/plugin-html": "^1.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-typescript": "^11.0.0",
"eslint": "^8.31.0",
"@dsrca/config": "^3.6.0",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.2",
"rollup": "^3.10.0",
"serve": "^14.1.2",
"typescript": "^4.9.4"
"prettier": "^3.3.2",
"rollup": "^3.29.4",
"serve": "^14.2.3",
"typescript": "^4.9.5"
},
"dependencies": {
"tslib": "^2.6.3"
}
}
Loading

0 comments on commit 6e99e47

Please sign in to comment.