@sonnetjs/svg

sonnetjs/svg is a library for creating SVG elements using a simple and declarative API.


Keywords
sonnetjs, sonnet, web-components, components, web, sonnet-svg, svg, frontend
License
MIT
Install
npm install @sonnetjs/svg@0.0.13

Documentation

SonnetJS DOM

A frontend framework for building modern web applications. SonnetJS is a collection of packages and tools that help you build web applications with ease.

Usage

  1. Run the following command to create a new SonnetJS project.
npx create-sonnet-app@latest
  1. Change directory to the newly created project.
cd [my-sonnet-app]
  1. Install the dependencies
npm i
  1. Start the development server
npm run dev

Apps and Packages

  • @sonnet/dom: A library to enhance dom support inside sonnet.
  • @sonnet/html: A library to enhance html dom support inside sonnet.
  • @sonnet/svg: A library to enhance svg support inside sonnet.
  • @sonnet/mathml: A library to enhance mathml support inside sonnet.

NPM

SonnetJS is available on NPM. You can install the core package by running:

npm i @sonnetjs/html

NPM Links

https://npmjs.com/package/@sonnetjs/dom

https://npmjs.com/package/@sonnetjs/html

https://npmjs.com/package/@sonnetjs/svg

https://npmjs.com/package/@sonnetjs/mathml