desilu
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Desilu is a Javascript library for making on-the-fly design changes to your website during development time.

When Desilu is enabled on your site, you can simply right-click on elements to cause a popup box to appear, letting you change the css of that element.

How to use Desilu

Integrating Desilu onto your site couldn't be any more simple.

First, install as a dev dependency with npm.

npm install desilu --save-dev

Then, provide just a single require/import in your code.

Javascript

require('desilu');

Typescript

import 'desilu';

Desilu takes care of everything else. Once this is enabled, every element on your site is eligible to have its design changed on the fly.

Readme

Keywords

Package Sidebar

Install

npm i desilu

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

16.3 kB

Total Files

13

Last publish

Collaborators

  • jkburg101