We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if I set outputType to some image instead of canvas, the return value is ContentStream, how Can I use it to render in <img/> tag?
ContentStream
<img/>
The text was updated successfully, but these errors were encountered:
Hi @JasonBoy I faced with it too, you can try my fork https://github.com/nsfw-filter/gif-frames
I return ImageData https://developer.mozilla.org/en-US/docs/Web/API/ImageData here nsfw-filter/save-pixels@d93d42f
ImageData
How to use for Node.js and Browsers https://github.com/infinitered/nsfwjs#classifygif
Sorry, something went wrong.
@YegorZaremba , I was able to install everything as expected. But still I have my doubts how to use the frameData[0].getImage() as src for an tag.
By the way, if I install your fork, it wont pick up gif-frames in var gifFrames = require('gif-frames');
Thanks
No branches or pull requests
if I set outputType to some image instead of canvas, the return value is
ContentStream
, how Can I use it to render in<img/>
tag?The text was updated successfully, but these errors were encountered: