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
I use this code to create png file but It doesn't show Korean but show only english like "Eng" in linux centos.
This code is working in mac os but my centos server not work.
The text was updated successfully, but these errors were encountered:
var koreanAndEng = "한글" + "Eng";
var htmlString = '
' + korean + '
';webshot(htmlString, fileName, function(err) {if (err) {});
I use this code to create png file but It doesn't show Korean but show only english like "Eng" in linux centos.
This code is working in mac os but my centos server not work.
The text was updated successfully, but these errors were encountered: