Last active
November 17, 2016 15:37
-
-
Save Antoinebr/cbd0ce69d3032cbe66d610bac1f74748 to your computer and use it in GitHub Desktop.
critical.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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