import randomCSSVariable from 'https://unpkg.com/randomicsser@1.0.13/lib/index.module.js';
randomCSSVariable({
target: document.querySelector('#app'),
count: 3,
unit: 'px',
variable: 'random',
range: {
round: true,
min: 100,
max: 300,
},
}).load();