Skip to content

Commit a35249c

Browse files
authored
Merge pull request #191 from graphieros/nuke-html2canvas
Improvement - Remove html2canvas dependency
2 parents ee54e9f + aa03d00 commit a35249c

35 files changed

+786
-863
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# vue-data-ui
88

99
[![npm](https://img.shields.io/npm/v/vue-data-ui)](https://github.com/graphieros/vue-data-ui)
10-
[![Static Badge](https://img.shields.io/badge/components-61-blue)](https://github.com/graphieros/vue-data-ui)
10+
[![Static Badge](https://img.shields.io/badge/components-60-blue)](https://github.com/graphieros/vue-data-ui)
1111
[![GitHub issues](https://img.shields.io/github/issues/graphieros/vue-data-ui)](https://github.com/graphieros/vue-data-ui/issues)
1212
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/graphieros/vue-data-ui?tab=MIT-1-ov-file#readme)
1313
[![MadeWithVueJs.com shield](https://madewithvuejs.com/storage/repo-shields/4526-shield.svg)](https://madewithvuejs.com/p/vue-data-ui/shield-link)
@@ -94,7 +94,6 @@ Available components
9494
- [VueUiIcon](https://vue-data-ui.graphieros.com/docs#vue-ui-icon)
9595
- [VueUiKpi](https://vue-data-ui.graphieros.com/docs#vue-ui-kpi)
9696
- [VueUiMiniLoader](https://vue-data-ui.graphieros.com/docs#vue-ui-mini-loader)
97-
- [VueUiScreenshot](https://vue-data-ui.graphieros.com/docs#vue-ui-screenshot)
9897
- [VueUiSkeleton](https://vue-data-ui.graphieros.com/docs#vue-ui-skeleton)
9998
- [VueUiTimer](https://vue-data-ui.graphieros.com/docs#vue-ui-timer)
10099

@@ -488,7 +487,6 @@ From the dataset you pass into the props, this component will produce the most a
488487
| `VueUiDigits` | `number` | `VueUiDigitsConfig` |||
489488
| `VueUiKpi` | `number` | `VueUiKpiConfig` || `#title`, `#value`, `#comment-before`, `#comment-after` |
490489
| `VueUiMiniLoader` || `VueUiMiniLoaderConfig` |||
491-
| `VueUiScreenshot` || `VueUiScreenshotConfig` | `@postImage`, `shoot`, `close` ||
492490
| `VueUiSkeleton` || `VueUiSkeletonConfig` |||
493491
| `VueUiTimer` || `VueUiTimerConfig` | `@start`, `@pause`, `@reset`, `@restart`, `@lap` | `#time`, `#controls`, `#laps`, `#chart-background` |
494492
| `VueUiIcon` | see below |

documentation/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ From the dataset you pass into the props, this component will produce the most a
211211
| `VueUiDigits` | `number` | `VueUiDigitsConfig` |||
212212
| `VueUiKpi` | `number` | `VueUiKpiConfig` || `#title`, `#value`, `#comment-before`, `#comment-after` |
213213
| `VueUiMiniLoader` || `VueUiMiniLoaderConfig` |||
214-
| `VueUiScreenshot` || `VueUiScreenshotConfig` | `@postImage`, `shoot`, `close` ||
215214
| `VueUiSkeleton` || `VueUiSkeletonConfig` |||
216215
| `VueUiTimer` || `VueUiTimerConfig` | `@start`, `@pause`, `@reset`, `@restart`, `@lap` | `#time`, `#controls`, `#laps`, `#chart-background` |
217216
| `VueUiIcon` | see below |

0 commit comments

Comments
 (0)