mirror of
https://github.com/stoatchat/javascript-solid-livekit-components.git
synced 2026-07-18 12:56:15 -04:00
4110b5d13ae7a1a3a7c654424afe5b999088239b
{{name_of_lib}}
{{desc_of_lib}}
Note
After using this template, you have to search and replace all
{{name_of_lib}}and similar strings with appropriate texts.
{{name_of_lib}}should be a kebab-case string representing the name of you monorepo.
{{desc_of_lib}}should be a Normal case string with the description of the repository.
{{me}}should be a kebab-case string from your profile URL.
Quick start
Install it:
npm i {{name_of_lib}}
# or
yarn add {{name_of_lib}}
# or
pnpm add {{name_of_lib}}
Use it:
import {{name_of_lib}} from '{{name_of_lib}}'
Description
Languages
TypeScript
96.7%
CSS
2.2%
HTML
1.1%