diff --git a/README.md b/README.md index c99e732..68248e0 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