AV1-C is a library of React UI components for building AV1 products and related projects.
import { CodeEditor } from "av1-c";
...
see the docs for more information.
This project follows the Conventional Commits specification for commit messages. Please format your commit messages accordingly:
feat(scope): description
- for new featuresfix(scope): description
- for bug fixesdocs(scope): description
- for documentation changesstyle(scope): description
- for code style changesrefactor(scope): description
- for code refactoringtest(scope): description
- for adding or modifying testschore(scope): description
- for maintenance tasks
Examples:
feat(editor): add syntax highlighting
fix(compiler): resolve memory leak