@sogni-ai/sogni-intelligence-client 3.28.2 → 3.28.3
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.
|
@@ -3478,6 +3478,7 @@ export function inferExplicitStoryboardFrameCountFromText(text) {
|
|
|
3478
3478
|
const normalized = text
|
|
3479
3479
|
.replace(/[“”]/g, '"')
|
|
3480
3480
|
.replace(/[’]/g, "'")
|
|
3481
|
+
.replace(/\b\d{1,5}\s*:\s*\d{1,5}\b/g, ' ')
|
|
3481
3482
|
.trim();
|
|
3482
3483
|
if (!normalized)
|
|
3483
3484
|
return null;
|