Skip to content

Commit

Permalink
rm: playground samples and pdfs, both can be still found in /docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TaTo30 committed Nov 15, 2023
1 parent f907871 commit 10303d9
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ node_modules
.temp
.vscode
playground/pdf/*
!playground/pdf/example_*.pdf
playground/samples/*
cjs
esm
.DS_Store
Expand Down
3 changes: 2 additions & 1 deletion playground/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import Custom from './samples/Custom.vue';
import AnnoLayer from './samples/AnnoLayer.vue';
import TextLayer from './samples/TextLayer.vue';
import Pages from './samples/Pages.vue';
import Multipage from './samples/Multipage.vue';
import FitParent from './samples/FitParent.vue';
Expand All @@ -12,6 +13,6 @@ import XFALayer from './samples/XFALayer.vue';

<template>
<div>
<XFALayer />
<Pages />
</div>
</template>
Binary file removed playground/pdf/_pdf4.pdf
Binary file not shown.
Binary file removed playground/pdf/_xfa.pdf
Binary file not shown.
Binary file removed playground/pdf/example_014.pdf
Binary file not shown.
Binary file removed playground/pdf/example_036.pdf
Binary file not shown.
Binary file removed playground/pdf/example_041.pdf
Binary file not shown.
Binary file removed playground/pdf/example_045.pdf
Binary file not shown.
93 changes: 0 additions & 93 deletions playground/samples/AnnoLayer.vue

This file was deleted.

22 changes: 0 additions & 22 deletions playground/samples/Custom.vue

This file was deleted.

30 changes: 0 additions & 30 deletions playground/samples/FitParent.vue

This file was deleted.

19 changes: 0 additions & 19 deletions playground/samples/Multipage.vue

This file was deleted.

25 changes: 0 additions & 25 deletions playground/samples/Pages.vue

This file was deleted.

40 changes: 0 additions & 40 deletions playground/samples/TextLayer.vue

This file was deleted.

60 changes: 0 additions & 60 deletions playground/samples/XFALayer.vue

This file was deleted.

0 comments on commit 10303d9

Please sign in to comment.