Skip to content

Commit c9d2b93

Browse files
committed
Build 1.0.0
1 parent a7115ab commit c9d2b93

8 files changed

+8
-10
lines changed

dist/html2pdf.bundle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @ssamilg/html2pdf.js v0.11.0
2+
* @ssamilg/html2pdf.js v1.0.0
33
* Copyright (c) 2024 Erik Koopmans
44
* Released under the MIT License.
55
*/
@@ -38048,7 +38048,6 @@ __webpack_require__.r(__webpack_exports__);
3804838048
* sent as settings to their corresponding functions.
3804938049
*/
3805038050
var html2pdf = function html2pdf(src, opt) {
38051-
console.log("---SSG TESTING---");
3805238051
// Create a new worker with the given options.
3805338052
var worker = new html2pdf.Worker(opt);
3805438053
if (src) {

dist/html2pdf.bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/html2pdf.bundle.min.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
/*!
10-
* @ssamilg/html2pdf.js v0.11.0
10+
* @ssamilg/html2pdf.js v1.0.0
1111
* Copyright (c) 2024 Erik Koopmans
1212
* Released under the MIT License.
1313
*/

dist/html2pdf.bundle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/html2pdf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @ssamilg/html2pdf.js v0.11.0
2+
* @ssamilg/html2pdf.js v1.0.0
33
* Copyright (c) 2024 Erik Koopmans
44
* Released under the MIT License.
55
*/
@@ -15949,7 +15949,6 @@ __webpack_require__.r(__webpack_exports__);
1594915949
* sent as settings to their corresponding functions.
1595015950
*/
1595115951
var html2pdf = function html2pdf(src, opt) {
15952-
console.log("---SSG TESTING---");
1595315952
// Create a new worker with the given options.
1595415953
var worker = new html2pdf.Worker(opt);
1595515954
if (src) {

dist/html2pdf.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/html2pdf.min.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
/*!
10-
* @ssamilg/html2pdf.js v0.11.0
10+
* @ssamilg/html2pdf.js v1.0.0
1111
* Copyright (c) 2024 Erik Koopmans
1212
* Released under the MIT License.
1313
*/

dist/html2pdf.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)