README
darkmode-detector
TODO: description
Usage
const darkmodeDetector = require('darkmode-detector');
// TODO: DEMONSTRATE API
A JS module to detect wether the user prefers darkmode or not. Looks at build in params, as well as time and location.
<script type="module">
import novicellDarkmodeDetector from 'https://cdn.skypack.dev/@novicell/darkmode-detector';
</script>
darkmode-detectorTODO: description
const darkmodeDetector = require('darkmode-detector');
// TODO: DEMONSTRATE API