Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@algoblend/nsfw-image-part-blur

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algoblend/nsfw-image-part-blur

Detect and blur NSFW parts of an image (Node.js + browser)

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
7
-41.67%
Maintainers
0
Weekly downloads
 
Created
Source

nsfw-image-part-blur

Blur NSFW regions in images from URLs using TensorFlow and Sharp.

Features

  • Detects NSFW content using nsfwjs
  • Blurs only specific regions (mocked box for now)
  • Returns processed image as a Buffer
  • Works in Node.js (browser support coming soon)

Install

npm install nsfw-image-part-blur

Usage

import { blurNSFWFromURL } from 'nsfw-image-part-blur';

const result = await blurNSFWFromURL({
  imageUrl: 'https://example.com/adult.jpg',
  blurRadius: 25
});

License

MIT

Keywords

nsfw

FAQs

Package last updated on 31 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts