You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
var urlToImage = require('url-to-image');
urlToImage('http://localhost:3000/', 'localhost.png').then(function() {
console.log("Completed !")
}).catch(function(err) {
console.error(err);
});
Is there a way in this library to delay image conversion after page load.
I am using charts which takes some time to load on page.
The text was updated successfully, but these errors were encountered: