Skip to content

Commit 91e4e70

Browse files
committed
docs: replace logo with webp format
1 parent ba2c654 commit 91e4e70

18 files changed

Lines changed: 42 additions & 88 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenIAP
22

33
<p align="center">
4-
<img src="packages/docs/public/logo.png" alt="OpenIAP Logo" width="160" height="160">
4+
<img src="packages/docs/public/logo.webp" alt="OpenIAP Logo" width="160" height="160">
55
</p>
66

77
<p align="center">

bun.lock

Lines changed: 32 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/apple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenIAP Apple
22

33
<div align="center">
4-
<img src="./logo.png" alt="OpenIAP Apple Logo" width="120" height="120">
4+
<img src="./logo.webp" alt="OpenIAP Apple Logo" width="120" height="120">
55
</div>
66

77
<div align="center">

packages/apple/logo.png

-722 KB
Binary file not shown.

packages/apple/logo.webp

35.5 KB
Loading

packages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenIAP Specification
22

33
<p align="center">
4-
<img src="public/logo.png" alt="OpenIAP Logo" width="120" height="120">
4+
<img src="public/logo.webp" alt="OpenIAP Logo" width="120" height="120">
55
</p>
66

77
OpenIAP is a unified specification for in-app purchases across platforms, frameworks, and emerging technologies.

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@preact/signals-react-transform": "^0.5.2",
3232
"@types/react": "^18.3.3",
3333
"@types/react-dom": "^18.3.0",
34-
"@typescript-eslint/eslint-plugin": "^7.13.1",
35-
"@typescript-eslint/parser": "^7.13.1",
34+
"@typescript-eslint/eslint-plugin": "^8.39.1",
35+
"@typescript-eslint/parser": "^8.39.1",
3636
"@vitejs/plugin-react": "^4.3.1",
3737
"babel-plugin-react-compiler": "^19.1.0-rc.2",
3838
"eslint": "^9.21.0",

packages/docs/public/logo.png

-1.63 MB
Binary file not shown.

packages/docs/public/logo.webp

168 KB
Loading

packages/docs/src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function Footer() {
44
<div className="footer-container">
55
<div className="footer-top">
66
<div className="footer-brand">
7-
<img src="/logo.png" alt="OpenIAP" className="footer-logo" />
7+
<img src="/logo.webp" alt="OpenIAP" className="footer-logo" />
88
<div>
99
<h3>OpenIAP</h3>
1010
<p>Unified specification for in-app purchases</p>

0 commit comments

Comments
 (0)