From 427730de6f22d8a19b0a7a2ff8cd31e6a86f8370 Mon Sep 17 00:00:00 2001 From: Swit0x Date: Sat, 4 Apr 2026 01:21:27 +0200 Subject: [PATCH 1/2] Update README with setup instructions and usage Added instructions for setting up and running the project, including Python server usage and script import. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index c99e732..e2c0363 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ # textstring + +Thanks to the Author of this Repo @Daniel Beauchamp for sharing this amazing String/Text Effect + +His Github | https://github.com/pushmatrix + +- After you clone this repo you'll find all files after you import it to VSCODE, Cursor, Whatever IDE you prefer + +- you need to install python to run the effect so head to your terminal | In VScode it's + +Then type + +python3 -m http.server 8000 + +Add these 2 lines : + +# import { prepareWithSegments, layoutWithLines } from './pretext.js'; + +After the