An open API service indexing awesome lists of open source software.

https://github.com/shotstack/shotstack-studio-sdk-demos

Example implementations of the Shotstack Studio SDK across popular web frameworks.
https://github.com/shotstack/shotstack-studio-sdk-demos

Last synced: 24 days ago
JSON representation

Example implementations of the Shotstack Studio SDK across popular web frameworks.

Awesome Lists containing this project

README

          

# Shotstack Studio SDK Demos

Example implementations of the [Shotstack Studio SDK](https://github.com/shotstack/shotstack-studio-sdk) across popular web frameworks.

## Demos

- **TypeScript** - Vanilla TypeScript implementation
- **React** - React implementation
- **Vue** - Vue implementation
- **Angular** - Angular implementation
- **Next.js** - Next.js implementation

Each demo showcases:

- Loading and displaying video templates
- Timeline controls for editing
- Keyboard shortcuts for playback
- Custom theming

## Getting Started

Navigate to any demo directory and install dependencies:

```bash
npm install
```

Then start the development server:

```bash
npm run dev # For TypeScript, React, Vue, and Next.js
npm start # For Angular
```

Then open the URL shown in your terminal.

## Learn More

- [Shotstack Studio SDK GitHub](https://github.com/shotstack/shotstack-studio-sdk)
- [Shotstack Edit API Documentation](https://shotstack.io/docs/guide/)
- [Shotstack API Reference](https://shotstack.io/docs/api/)