From 3db6b41a7d3ba1144bbfe76f0c8fc771f75f1215 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Sun, 6 Jul 2025 00:27:25 +0700 Subject: [PATCH] added README --- README.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0261c23..da2d7d0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,53 @@ # pechatalka.mjs +Module with merch and print constructor for typrographies -Constructor for typographies \ No newline at end of file +## Example +```html +
+

Pechatalka

+ Svoboda Work Union +
+ +
+
+ + +
+ + + +
+ + +
+
+ +
+ + 0 + +
+
+``` +```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 + +

+ +

\ No newline at end of file