Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 885 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 885 Bytes

AV1-C

AV1-C is a library of React UI components for building AV1 products and related projects.

Usage

import { CodeEditor } from "av1-c";

...

see the docs for more information.

Contributing

This project follows the Conventional Commits specification for commit messages. Please format your commit messages accordingly:

  • feat(scope): description - for new features
  • fix(scope): description - for bug fixes
  • docs(scope): description - for documentation changes
  • style(scope): description - for code style changes
  • refactor(scope): description - for code refactoring
  • test(scope): description - for adding or modifying tests
  • chore(scope): description - for maintenance tasks

Examples:

  • feat(editor): add syntax highlighting
  • fix(compiler): resolve memory leak