Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.1.0 #13

Merged
merged 4 commits into from
Mar 21, 2024
Merged

Release 0.1.0 #13

merged 4 commits into from
Mar 21, 2024

Conversation

0xrohitgarg
Copy link
Collaborator

Added

  • Scene Search
    • Index Videos on Scene using Video.indexScenes()
    • Get Scenes Data using Video.getScenes()
    • Search in Video using Video.search() on basis of scenes (pass searchType = "scene")

Note: Collection Scene Search is not available

Changed

  • Depercate TextStyle with TextStyleProps
    • Instead of a accepting Instance of TextStyle class, TextAsset now accepts an object of type Partial<TextStyleProps>
  • Depercate SubtitleStyle with SubtitleStyleProps
    • Instead of a accepting Instance of SubtitleStyle class, Video.addSubtitle now accepts an object of type Partial<SubtitleStyleProps>
  • Depercate indexType param in Video.indexSpokenWords()

@0xrohitgarg 0xrohitgarg merged commit bd627be into main Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant