-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we use TinyGesture using CDN without npm for a native website using just js ? #12
Comments
Yes, JSDelivr has it available here: https://cdn.jsdelivr.net/npm/[email protected]/dist/TinyGesture.min.js For more info and options, you can check out the package's page on JSDelivr: |
I found it but when I try this I got : Blocking a multi-origin request (Cross-Origin Request): the “Same Origin” policy does not allow you to consult the remote resource located at file:///C:/Users/PC-te/Desktop/index.js. Reason: The CORS request does not use HTTP. Error: An unexpected error occurred spoofer.js:1:38935 ` <title>Swipe</title> <script type="module" src="index.js"></script> <style>/* BASIC */
:root{ html, h1 { .wrapper { /* LIST */ ul, button { /* SWIPE */ .swipe-item { SWIPE PROTOTYPESwipe items left or right to categorize them
|
No description provided.
The text was updated successfully, but these errors were encountered: