@editframe/create 0.6.0-beta.12 → 0.6.0-beta.14

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.
Files changed (29) hide show
  1. package/dist/index.cjs +27 -8
  2. package/dist/index.js +28 -9
  3. package/dist/templates/card-poetry/index.html +63 -0
  4. package/dist/{project-template → templates/card-poetry}/package.json +3 -3
  5. package/dist/templates/card-poetry/src/assets/cards/card-9-spades.json +362 -0
  6. package/dist/templates/card-poetry/src/assets/cards/card-9-spades.mp3 +0 -0
  7. package/dist/templates/card-poetry/src/assets/cards/card-9-spades.png +0 -0
  8. package/dist/templates/card-poetry/src/assets/cards/card-joker.json +326 -0
  9. package/dist/templates/card-poetry/src/assets/cards/card-joker.mp3 +0 -0
  10. package/dist/templates/card-poetry/src/assets/cards/card-joker.png +0 -0
  11. package/dist/templates/card-poetry/src/assets/cards/card-king-clubs.json +344 -0
  12. package/dist/templates/card-poetry/src/assets/cards/card-king-clubs.mp3 +0 -0
  13. package/dist/templates/card-poetry/src/assets/cards/card-king-clubs.png +0 -0
  14. package/dist/templates/card-poetry/src/assets/cards/card-queen-spades.json +338 -0
  15. package/dist/templates/card-poetry/src/assets/cards/card-queen-spades.mp3 +0 -0
  16. package/dist/templates/card-poetry/src/assets/cards/card-queen-spades.png +0 -0
  17. package/dist/templates/simple-demo/package.json +21 -0
  18. package/dist/templates/simple-demo/src/assets/.gitkeep +0 -0
  19. package/dist/templates/simple-demo/src/index.js +2 -0
  20. package/dist/templates/simple-demo/src/styles.css +30 -0
  21. package/dist/templates/simple-demo/tailwind.config.js +8 -0
  22. package/package.json +4 -2
  23. /package/dist/{project-template → templates/card-poetry}/src/assets/.gitkeep +0 -0
  24. /package/dist/{project-template → templates/card-poetry}/src/index.js +0 -0
  25. /package/dist/{project-template → templates/card-poetry}/src/styles.css +0 -0
  26. /package/dist/{project-template → templates/card-poetry}/tailwind.config.js +0 -0
  27. /package/dist/{project-template → templates/simple-demo}/index.html +0 -0
  28. /package/dist/{project-template → templates/simple-demo}/src/assets/bars-n-tone.mp4 +0 -0
  29. /package/dist/{project-template → templates/simple-demo}/src/assets/editframe.png +0 -0
@@ -0,0 +1,338 @@
1
+ {
2
+ "text": " The Queen of Spades, a mysterious and formidable presence in the deck. Cloaked in the enigma of the Spade, she is the embodiment of intellect and intuition. The Queen of Spades, a strategist in her own right, weaves a tapestry of complexity and depth, challenging all who cross her path.",
3
+ "segments": [
4
+ {
5
+ "start": 0.12,
6
+ "end": 3.74,
7
+ "text": " The Queen of Spades, a mysterious and formidable presence in the deck.",
8
+ "confidence": 0.94,
9
+ "words": [
10
+ {
11
+ "text": "The",
12
+ "start": 0.12,
13
+ "end": 0.24,
14
+ "confidence": 0.8
15
+ },
16
+ {
17
+ "text": "Queen",
18
+ "start": 0.24,
19
+ "end": 0.4,
20
+ "confidence": 0.86
21
+ },
22
+ {
23
+ "text": "of",
24
+ "start": 0.4,
25
+ "end": 0.56,
26
+ "confidence": 0.98
27
+ },
28
+ {
29
+ "text": "Spades,",
30
+ "start": 0.56,
31
+ "end": 1.02,
32
+ "confidence": 0.99
33
+ },
34
+ {
35
+ "text": "a",
36
+ "start": 1.2,
37
+ "end": 1.28,
38
+ "confidence": 0.87
39
+ },
40
+ {
41
+ "text": "mysterious",
42
+ "start": 1.28,
43
+ "end": 1.72,
44
+ "confidence": 0.98
45
+ },
46
+ {
47
+ "text": "and",
48
+ "start": 1.72,
49
+ "end": 2.16,
50
+ "confidence": 0.99
51
+ },
52
+ {
53
+ "text": "formidable",
54
+ "start": 2.16,
55
+ "end": 2.58,
56
+ "confidence": 0.99
57
+ },
58
+ {
59
+ "text": "presence",
60
+ "start": 2.58,
61
+ "end": 3.06,
62
+ "confidence": 0.99
63
+ },
64
+ {
65
+ "text": "in",
66
+ "start": 3.06,
67
+ "end": 3.36,
68
+ "confidence": 0.98
69
+ },
70
+ {
71
+ "text": "the",
72
+ "start": 3.36,
73
+ "end": 3.5,
74
+ "confidence": 0.99
75
+ },
76
+ {
77
+ "text": "deck.",
78
+ "start": 3.5,
79
+ "end": 3.74,
80
+ "confidence": 0.87
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "start": 4.88,
86
+ "end": 8.94,
87
+ "text": " Cloaked in the enigma of the Spade, she is the embodiment of intellect and intuition.",
88
+ "confidence": 0.94,
89
+ "words": [
90
+ {
91
+ "text": "Cloaked",
92
+ "start": 4.88,
93
+ "end": 5.16,
94
+ "confidence": 0.85
95
+ },
96
+ {
97
+ "text": "in",
98
+ "start": 5.16,
99
+ "end": 5.28,
100
+ "confidence": 1.0
101
+ },
102
+ {
103
+ "text": "the",
104
+ "start": 5.28,
105
+ "end": 5.38,
106
+ "confidence": 1.0
107
+ },
108
+ {
109
+ "text": "enigma",
110
+ "start": 5.38,
111
+ "end": 5.72,
112
+ "confidence": 0.93
113
+ },
114
+ {
115
+ "text": "of",
116
+ "start": 5.72,
117
+ "end": 5.92,
118
+ "confidence": 1.0
119
+ },
120
+ {
121
+ "text": "the",
122
+ "start": 5.92,
123
+ "end": 6.02,
124
+ "confidence": 0.95
125
+ },
126
+ {
127
+ "text": "Spade,",
128
+ "start": 6.02,
129
+ "end": 6.46,
130
+ "confidence": 0.76
131
+ },
132
+ {
133
+ "text": "she",
134
+ "start": 6.64,
135
+ "end": 6.76,
136
+ "confidence": 0.96
137
+ },
138
+ {
139
+ "text": "is",
140
+ "start": 6.76,
141
+ "end": 6.88,
142
+ "confidence": 1.0
143
+ },
144
+ {
145
+ "text": "the",
146
+ "start": 6.88,
147
+ "end": 7.02,
148
+ "confidence": 1.0
149
+ },
150
+ {
151
+ "text": "embodiment",
152
+ "start": 7.02,
153
+ "end": 7.52,
154
+ "confidence": 1.0
155
+ },
156
+ {
157
+ "text": "of",
158
+ "start": 7.52,
159
+ "end": 7.7,
160
+ "confidence": 0.99
161
+ },
162
+ {
163
+ "text": "intellect",
164
+ "start": 7.7,
165
+ "end": 8.14,
166
+ "confidence": 0.99
167
+ },
168
+ {
169
+ "text": "and",
170
+ "start": 8.14,
171
+ "end": 8.46,
172
+ "confidence": 0.98
173
+ },
174
+ {
175
+ "text": "intuition.",
176
+ "start": 8.46,
177
+ "end": 8.94,
178
+ "confidence": 0.99
179
+ }
180
+ ]
181
+ },
182
+ {
183
+ "start": 10.14,
184
+ "end": 15.28,
185
+ "text": " The Queen of Spades, a strategist in her own right, weaves a tapestry of complexity and depth,",
186
+ "confidence": 0.94,
187
+ "words": [
188
+ {
189
+ "text": "The",
190
+ "start": 10.14,
191
+ "end": 10.24,
192
+ "confidence": 1.0
193
+ },
194
+ {
195
+ "text": "Queen",
196
+ "start": 10.24,
197
+ "end": 10.44,
198
+ "confidence": 0.99
199
+ },
200
+ {
201
+ "text": "of",
202
+ "start": 10.44,
203
+ "end": 10.58,
204
+ "confidence": 1.0
205
+ },
206
+ {
207
+ "text": "Spades,",
208
+ "start": 10.58,
209
+ "end": 11.06,
210
+ "confidence": 1.0
211
+ },
212
+ {
213
+ "text": "a",
214
+ "start": 11.22,
215
+ "end": 11.3,
216
+ "confidence": 0.99
217
+ },
218
+ {
219
+ "text": "strategist",
220
+ "start": 11.3,
221
+ "end": 11.94,
222
+ "confidence": 1.0
223
+ },
224
+ {
225
+ "text": "in",
226
+ "start": 11.94,
227
+ "end": 12.12,
228
+ "confidence": 0.99
229
+ },
230
+ {
231
+ "text": "her",
232
+ "start": 12.12,
233
+ "end": 12.28,
234
+ "confidence": 1.0
235
+ },
236
+ {
237
+ "text": "own",
238
+ "start": 12.28,
239
+ "end": 12.46,
240
+ "confidence": 1.0
241
+ },
242
+ {
243
+ "text": "right,",
244
+ "start": 12.46,
245
+ "end": 12.78,
246
+ "confidence": 0.99
247
+ },
248
+ {
249
+ "text": "weaves",
250
+ "start": 13.1,
251
+ "end": 13.36,
252
+ "confidence": 0.67
253
+ },
254
+ {
255
+ "text": "a",
256
+ "start": 13.36,
257
+ "end": 13.48,
258
+ "confidence": 0.99
259
+ },
260
+ {
261
+ "text": "tapestry",
262
+ "start": 13.48,
263
+ "end": 13.94,
264
+ "confidence": 0.99
265
+ },
266
+ {
267
+ "text": "of",
268
+ "start": 13.94,
269
+ "end": 14.12,
270
+ "confidence": 0.98
271
+ },
272
+ {
273
+ "text": "complexity",
274
+ "start": 14.12,
275
+ "end": 14.64,
276
+ "confidence": 0.99
277
+ },
278
+ {
279
+ "text": "and",
280
+ "start": 14.64,
281
+ "end": 15.08,
282
+ "confidence": 0.8
283
+ },
284
+ {
285
+ "text": "depth,",
286
+ "start": 15.08,
287
+ "end": 15.28,
288
+ "confidence": 0.86
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "start": 15.28,
294
+ "end": 17.38,
295
+ "text": " challenging all who cross her path.",
296
+ "confidence": 1.0,
297
+ "words": [
298
+ {
299
+ "text": "challenging",
300
+ "start": 15.28,
301
+ "end": 16.1,
302
+ "confidence": 0.98
303
+ },
304
+ {
305
+ "text": "all",
306
+ "start": 16.1,
307
+ "end": 16.46,
308
+ "confidence": 1.0
309
+ },
310
+ {
311
+ "text": "who",
312
+ "start": 16.46,
313
+ "end": 16.64,
314
+ "confidence": 1.0
315
+ },
316
+ {
317
+ "text": "cross",
318
+ "start": 16.64,
319
+ "end": 16.88,
320
+ "confidence": 1.0
321
+ },
322
+ {
323
+ "text": "her",
324
+ "start": 16.88,
325
+ "end": 17.08,
326
+ "confidence": 1.0
327
+ },
328
+ {
329
+ "text": "path.",
330
+ "start": 17.08,
331
+ "end": 17.38,
332
+ "confidence": 1.0
333
+ }
334
+ ]
335
+ }
336
+ ],
337
+ "language": "en"
338
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "card-demo",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC",
13
+ "dependencies": {
14
+ "@editframe/cli": "0.6.0-beta.14",
15
+ "@editframe/elements": "0.6.0-beta.14",
16
+ "@editframe/vite-plugin": "0.6.0-beta.14",
17
+ "tailwindcss": "^3.4.3",
18
+ "vite": "^5.2.11",
19
+ "vite-plugin-singlefile": "^2.0.1"
20
+ }
21
+ }
File without changes
@@ -0,0 +1,2 @@
1
+ import "@editframe/elements";
2
+ import "@editframe/elements/styles.css";
@@ -0,0 +1,30 @@
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ @keyframes slide-up {
6
+ from {
7
+ transform: translateY(100%);
8
+ }
9
+ to {
10
+ transform: translateY(0);
11
+ }
12
+ }
13
+
14
+ @keyframes fade-in {
15
+ from {
16
+ opacity: 0;
17
+ }
18
+ to {
19
+ opacity: 1;
20
+ }
21
+ }
22
+
23
+ @keyframes spin {
24
+ from {
25
+ transform: rotate(0deg);
26
+ }
27
+ to {
28
+ transform: rotate(360deg);
29
+ }
30
+ }
@@ -0,0 +1,8 @@
1
+ /** @type {import('tailwindcss').Config} */
2
+ module.exports = {
3
+ content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx,css}"],
4
+ theme: {
5
+ extend: {},
6
+ },
7
+ plugins: [],
8
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@editframe/create",
3
- "version": "0.6.0-beta.12",
3
+ "version": "0.6.0-beta.14",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "create-editframe": "dist/index.js"
@@ -20,5 +20,7 @@
20
20
  },
21
21
  "author": "",
22
22
  "license": "UNLICENSED",
23
- "dependencies": {}
23
+ "dependencies": {
24
+ "prompts": "^2.4.2"
25
+ }
24
26
  }