Skip to content

Commit ed08e75

Browse files
committed
almost forgot this cdn.
1 parent caef0a5 commit ed08e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exportAnimationToGIF.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as THREE from 'https://cdn.jsdelivr.net/npm/[email protected]/build/three.module.js';
2-
import '../node_modules/gif.js/dist/gif.js';
2+
import "https://cdnjs.cloudflare.com/ajax/libs/gif.js/0.2.0/gif.js";
33
const GIF = window.GIF;
44

55
export function initializeGIFExport(scene, animationManager, getActiveCamera, renderer) {

0 commit comments

Comments
 (0)