Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 6c3145d

Browse files
feat: add QR Code
1 parent 07cd17d commit 6c3145d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@ionic/core": "^4.0.0-rc.0",
3737
"@webcomponents/custom-elements": "^1.2.1",
38-
"deckdeckgo": "^1.0.0-beta.20",
38+
"deckdeckgo": "^1.0.0-beta.21",
3939
"deckdeckgo-charts": "^1.0.0-alpha.3",
4040
"deckdeckgo-highlight-code": "^1.0.0-alpha.1",
4141
"deckdeckgo-qrcode": "^1.0.0-alpha.1",

src/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ <h2 slot="title">Cherry on the cake 🍒🍰</h2>
169169
</div>
170170
</deckgo-slide-title>
171171

172+
<deckgo-slide-qrcode content="https://deckdeckgo.com" style="--deckgo-qrcode-color-fill: white;">
173+
<h1 slot="title">QR Code</h1>
174+
<p slot="content">Let your audience get your slides without any delay by displaying a QR Code pointing to your online deck</p>
175+
</deckgo-slide-qrcode>
176+
172177
<deckgo-slide-title style="--background: var(--ion-color-dark); --color: var(--ion-color-light);">
173178
<h2 slot="title">Get started now 🔥</h2>
174179
<div slot="content">

0 commit comments

Comments
 (0)