# 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
new module.gallery(
document.getElementById("wrap"),
document.getElementById("images"),
document.getElementById("gallery"),
true
);
});
```
CSS in the `/index.css` file