Skip to content

Commit 0bbd0f8

Browse files
committed
Add intro details
1 parent 2f04552 commit 0bbd0f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ sidebar_position: 1
44

55
# Introduction
66

7-
Etro is a TypeScript library for creating videos in the browser. It uses a list of layers and a list of effects to render the video to a `<canvas>` element and an [audio context](https://developer.mozilla.org/en-US/docs/Web/API/AudioContext). You can also record the movie to a [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob).
7+
Etro is a frontend video-processing framework. You can composite, concatenate, filter, crop and trim image, audio, video and text content. The result can be rendered to a `<canvas>` element and an [audio context](https://developer.mozilla.org/en-US/docs/Web/API/AudioContext), streamed with WebRTC or recorded to a [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob). You can create custom sources and filters to fit your use case.
8+
9+
Etro can be used with React, Vue, Svelte, Angular, and plain JavaScript.

0 commit comments

Comments
 (0)