Skip to content

MPEGGroup/mpeg-sdl-editor

Repository files navigation

mpeg-sdl-editor

version build license: MIT

ISO/IEC 14496-34 Syntactic Description Language (MPEG SDL) web based editor.

Hosted Instance

Go to: https://mpeggroup.github.io/mpeg-sdl-editor/

Development

@mpeggroup/mpeg-sdl-parser is hosted on GitHub packages, so before installing dependencies, authentication needs to be configured. Create a GitHub classic personal access token which has permission to read packages and then set it in your environment:

export NPM_GITHUB_TOKEN=<your_classic_pat>

Install dependencies:

bun install

Test:

bun test

Serve dev version:

bun html/index.html

Bundle:

bun run build

NOTE: The following tasks use Deno as it excels at these and Bun does not currently provide such functionality:

Format:

deno fmt

Lint:

deno lint src/ tests/

Functional Tests

Refer to functional_tests/README.md

License

MIT © Flowscripter

About

ISO/IEC 14496-34 Syntactic Description Language (MPEG SDL) web based editor.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •