hyprland-website/scripts/critical.mjs

28 lines
398 B
JavaScript
Executable File

import { generate } from 'critical'
generate({
inline: true,
base: 'build/',
src: 'index.html',
target: 'index-critical.html',
width: 1300,
height: 900
})
// generate({
// inline: true,
// base: 'build/',
// src: 'index.html',
// target: 'index.c.html',
// dimensions: [
// {
// width: 1200,
// height: 900
// },
// {
// width: 480,
// height: 900
// }
// ]
// })