# pechatalka.mjs
Module with merch and print constructor for typrographies
## Example
```html
Pechatalka
Svoboda Work Union
```
```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"),
true
);
});
```
CSS in the `/index.css` file