+ 5
[RESOLVED] Creating a JS Library
I was trying to create a JS Library for myself and maybe for publishing it but it doesn' t work here there' s the code: https://code.sololearn.com/W0S3crBaCMRY and here the Library on GitHub in Raw Mode: https://raw.githubusercontent.com/GabrieleYT9768/EasyJavaScript_Library/main/EasyJavaScript.js
4 Answers
+ 9
to make the raw link a CDN link change the githubusercontent to githack
here is the cdn of your library
"https://raw.githack.com/GabrieleYT9768/EasyJavaScript_Library/main/EasyJavaScript.js"
đuse this link as src insted
it works now{tested} đ
+ 5
welcome đ€
+ 3
Atomic Wave~â I tryed to use it before but it didn' t work.
I' ll try again
+ 3
Atomic Wave~â Now it works, thanks!