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
TypeError: Ascii is not a constructor
at Object. (C:\Users\Daniel.DESKTOP-HNMIRLQ\Desktop\random projects\image to ascii\index.js:2:11)
?[90m at Module._compile (node:internal/modules/cjs/loader:1101:14)?[39m
?[90m at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)?[39m
?[90m at Module.load (node:internal/modules/cjs/loader:981:32)?[39m
?[90m at Function.Module._load (node:internal/modules/cjs/loader:822:12)?[39m
?[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:79:12)?[39m
?[90m at node:internal/main/run_main_module:17:47?[39m
`
The text was updated successfully, but these errors were encountered:
Using the code in the readme.md file, it writes the error.
`
var pic = new Ascii('https://i.imgur.com/rNd3mIH.png');
^
TypeError: Ascii is not a constructor
at Object. (C:\Users\Daniel.DESKTOP-HNMIRLQ\Desktop\random projects\image to ascii\index.js:2:11)
?[90m at Module._compile (node:internal/modules/cjs/loader:1101:14)?[39m
?[90m at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)?[39m
?[90m at Module.load (node:internal/modules/cjs/loader:981:32)?[39m
?[90m at Function.Module._load (node:internal/modules/cjs/loader:822:12)?[39m
?[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:79:12)?[39m
?[90m at node:internal/main/run_main_module:17:47?[39m
`
The text was updated successfully, but these errors were encountered: