forked from aframevr/a-painter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace local blink-control component with better working one from CDN
- Loading branch information
Antonio Pisano
committed
Mar 22, 2024
1 parent
abcb87c
commit 74e00fa
Showing
2 changed files
with
1 addition
and
671 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<script src="build.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aframe-gltf-exporter-component.min.js"></script> | ||
<script src="vendor/aframe-blink-controls.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/aframe-blink-controls@0.4.3/dist/aframe-blink-controls.min.js"></script> | ||
<script src="vendor/aframe-tooltip-component.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aframe-orbit-controls.min.js"></script> | ||
<link rel="stylesheet" href="css/main.css"> | ||
|
Oops, something went wrong.