@devinilabs/reelstack 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/lint.js +20 -14
- package/cli/scaffold.js +124 -16
- package/package.json +1 -1
- package/reference/dark/claudedispatch.tsx +1 -1
- package/reference/dark/codedrop.tsx +908 -0
- package/reference/dark/gpt55.tsx +2608 -0
- package/reference/dark/notebooklm.tsx +1 -1
- package/reference/dark/resourcescta.tsx +609 -0
- package/reference/dark/skills.tsx +1460 -0
- package/reference/dark/stitch.tsx +1 -1
- package/reference/dark/stitch2.tsx +162 -0
- package/reference/forbidden/heretic.tsx +1 -2
- package/reference/glass/claudewatch.tsx +4 -4
- package/reference/glass/claudewatchcta.tsx +599 -0
- package/reference/glass/graphify.tsx +1 -2
- package/reference/glass/gstack.tsx +3020 -0
- package/reference/glass/jcode.tsx +2267 -0
- package/reference/glass/lilagents.tsx +2649 -0
- package/reference/glass/paperclip.tsx +1 -2
- package/reference/paper/designreel.tsx +1 -1
- package/reference/paper/devini3d.tsx +1799 -0
- package/reference/paper/justdrop.tsx +1 -1
- package/reference/paper/opus.tsx +1 -1
- package/reference/warm/huashu.tsx +1 -2
- package/reference/warm/mempalace.tsx +1 -2
- package/skill/SKILL.md +25 -16
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
import React from "react";
|
|
18
18
|
import {
|
|
19
19
|
AbsoluteFill,
|
|
20
|
-
Audio,
|
|
21
20
|
Img,
|
|
22
21
|
OffthreadVideo,
|
|
23
22
|
Sequence,
|
|
@@ -2184,7 +2183,7 @@ export const PaperclipReel: React.FC = () => {
|
|
|
2184
2183
|
}}
|
|
2185
2184
|
>
|
|
2186
2185
|
{/* Voiceover — single Audio at root, no Sequence wrap */}
|
|
2187
|
-
{/* REFERENCE-STRIP:
|
|
2186
|
+
{/* REFERENCE-STRIP: voiceover tag removed — bring your own voiceover */}
|
|
2188
2187
|
|
|
2189
2188
|
{/* Perpetual layers */}
|
|
2190
2189
|
<CausticBlobs />
|
|
@@ -873,7 +873,7 @@ export const DesignReel: React.FC = () => {
|
|
|
873
873
|
|
|
874
874
|
return (
|
|
875
875
|
<AbsoluteFill style={{ backgroundColor: "#e8e4de", fontFamily: FONT }}>
|
|
876
|
-
{/* REFERENCE-STRIP:
|
|
876
|
+
{/* REFERENCE-STRIP: voiceover tag removed — bring your own voiceover */}
|
|
877
877
|
<Background frame={frame} />
|
|
878
878
|
<HookScene frame={frame} fps={fps} />
|
|
879
879
|
<TaglineScene frame={frame} fps={fps} />
|