Compare commits

..

No commits in common. "stable" and "1.0.0" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -38,10 +38,10 @@ document.getElementById('pechatalka')?.querySelector('label[for=\'pechatalka_bac
```js
import("/js/modules/pechatalka.mjs").then((module) => {
// Initializing the instance
const instance = new module.pechatalka(
document.getElementById("pechatalka"),
document.getElementById("pechatalka")?.querySelector(".canvas"),
document.getElementById("pechatalka")?.querySelector(".result"),
new module.gallery(
document.getElementById("wrap"),
document.getElementById("images"),
document.getElementById("gallery"),
true
);
});