node-nude
node-nude copied to clipboard
Nudity detection with JavaScript and HTMLCanvas
Results
3
node-nude issues
Sort by
recently updated
recently updated
newest added
Hello. I refactored your project and added some new features. 1- read image from URL -> nude.scanUrl('') 2- added async versions of nude.scan() -> nude.scanAsync() and nude.scanUrl() -> nude.scanUrlAsync()
Error causing line: `new Canvas(this.imageWidth(), this.imageHeight());` Canvas latest version supports code below: `this.canvas = new Canvas.Canvas(this.imageWidth(), this.imageHeight());`