Skip to content

Commit 78d70e8

Browse files
committed
point custom lib
1 parent e5584a3 commit 78d70e8

File tree

3 files changed

+49
-14
lines changed

3 files changed

+49
-14
lines changed

web/package-lock.json

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

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
}
104104
},
105105
"dependencies": {
106+
"@jpinsonneau/html-to-image": "^1.11.13",
106107
"@openshift-console/plugin-shared": "^0.0.3",
107108
"@patternfly/patternfly": "^5.4.0",
108109
"@patternfly/react-charts": "^7.4.0",
@@ -113,7 +114,6 @@
113114
"@patternfly/react-tokens": "^5.4.0",
114115
"@patternfly/react-topology": "^5.4.0",
115116
"axios": "^1.8.2",
116-
"html-to-image": "^1.11.13",
117117
"i18next": "^21.8.14",
118118
"i18next-http-backend": "^1.0.21",
119119
"murmurhash-js": "^1.0.0",

web/src/utils/export.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { toPng } from 'html-to-image';
1+
import { toPng } from '@jpinsonneau/html-to-image';
22

33
export const exportToPng = (
44
name: string,

0 commit comments

Comments
 (0)