Skip to content

Commit ced18a0

Browse files
committed
feat: setup project structure and CI workflows
- Add initial project files: src/index.ts and �itest.config.ts - Configure GitHub Actions for testing, versioning, and releases - Update repository URLs in package.json
1 parent e224de9 commit ced18a0

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# interactive-video-react-wrapper
1+
# @interactive-video-labs/react
2+
<p align="center">
3+
<img src="https://raw.githubusercontent.com/interactive-video-labs/docs/main/logo.svg" width="200px" alt="Interactive Video Labs Logo" />
4+
</p>
5+
<p align="center">
6+
<img src="https://img.shields.io/npm/v/@interactive-video-labs/react" alt="NPM Version" />
7+
<img src="https://img.shields.io/npm/l/@interactive-video-labs/react" alt="NPM License" />
8+
<img src="https://img.shields.io/npm/d18m/@interactive-video-labs/react?style=flat-square" alt="NPM Downloads" />
9+
<a href="https://github.com/interactive-video-labs/interactive-video-react-wrapper/actions">
10+
<img src="https://github.com/interactive-video-labs/interactive-video-react-wrapper/actions/workflows/release.yml/badge.svg" alt="Build Status" />
11+
</a>
12+
</p>
13+
14+
15+
16+
Welcome to `@interactive-video-labs/react` — a lightweight React wrapper around the `@interactive-video-labs/core` engine for cue-driven interactive video experiences.
17+
18+
This wrapper makes it easy to embed interactive video players in React apps using familiar props and event handlers, while keeping close to the core API.
19+
---

0 commit comments

Comments
 (0)