Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 227 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 227 Bytes

Darkmode

Simple script, that inverts colors on a page and turns it to dark mode.

Usage

  1. Copy content from dist/darkmode.min.js
  2. Run on a page

Build

  • Production: npm run prod
  • Development: npm run dev