This package has been deprecated

Author message:

discontinued

@canvacord/stylesheet
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@canvacord/stylesheet

Stylesheet builder for canvacord.

Installation

$ npm i @canvacord/stylesheet

Example

const Stylesheet = require("@canvacord/stylesheet");
const stylesheet = new Stylesheet.Rank({ overwrite: true });

stylesheet.create({
    avatar: {
        rounded: true
    }
});

console.log(stylesheet.toJSON());

/*
{ name: 'RANK', styles: { avatar: { rounded: true } } }
*/

Readme

Keywords

Package Sidebar

Install

npm i @canvacord/stylesheet

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

9.96 kB

Total Files

12

Last publish

Collaborators

  • adoniswoah
  • snowflake7
  • zyrouge