Skip to content

Commit fa455df

Browse files
committed
Playground: Add library version
1 parent 7c406ff commit fa455df

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

playground/App.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
import { examples } from './examples'
88
import PdfmakePreview from './PdfmakePreview.svelte'
99
10+
import { version } from '../package.json'
11+
1012
let activeExample: Example | null = null
1113
let document: TDocumentDefinitions | null = null
1214
@@ -46,7 +48,10 @@
4648

4749
<div class="container">
4850
<div class="header">
49-
<h1>pdfmake-html-renderer</h1>
51+
<h1>
52+
pdfmake-html-renderer &nbsp;
53+
<small>v{version}</small>
54+
</h1>
5055
<span>
5156
<select
5257
bind:value={activeExample}

0 commit comments

Comments
 (0)