Skip to content

Instantly share code, notes, and snippets.

@Antoinebr
Last active November 17, 2016 15:37
Show Gist options
  • Select an option

  • Save Antoinebr/cbd0ce69d3032cbe66d610bac1f74748 to your computer and use it in GitHub Desktop.

Select an option

Save Antoinebr/cbd0ce69d3032cbe66d610bac1f74748 to your computer and use it in GitHub Desktop.
critical.js
var critical = require('critical');
critical.generate({
src: 'https://www.example.com', // url
dest: 'critical.css', // fichier de destination
width: 412, // largeur de la fenêtre
height: 732 // hauteur
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment