npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@picsart/n8n-nodes-picsart-apis

v0.4.0

Published

n8n nodes to integrate Picsart API: remove backgrounds and enhance images with AI-powered tools.

Downloads

55

Readme

@picsart/n8n-nodes-picsart-apis

npm version License: MIT

n8n community nodes for image processing using Picsart APIs.

💻 Development

Setup

git clone <repository-url>
cd n8n-nodes-picsart-apis
pnpm install
pnpm run build

Available Scripts

pnpm run dev        # Watch mode
pnpm run build      # Build
pnpm run lint       # Lint code
pnpm run lintfix    # Fix linting issues

Docker Development

./rebuild.sh
# Open http://localhost:5678

🚀 Release

Use the automated release script:

./release.sh patch    # Bug fixes (0.1.0 → 0.1.1)
./release.sh minor    # New features (0.1.0 → 0.2.0)
./release.sh major    # Breaking changes (0.1.0 → 1.0.0)

Then push:

git push && git push --tags

CI/CD will automatically publish to npm.

🤝 Contributing

  1. Fork and create a feature branch
  2. Make changes with conventional commits (feat:, fix:, docs:)
  3. Push and open a Merge Request

📖 Resources

📝 License

MIT © Picsart

Features:

  • Enhance: Upscale images up to 16x with AI
  • Remove Background: AI background removal with advanced styling

Installation

For n8n Cloud:

  1. Settings > Community Nodes > Install
  2. Enter: @picsart/n8n-nodes-picsart-apis

For Self-hosted:

npm install @picsart/n8n-nodes-picsart-apis

Then restart n8n.

Setup Credentials:

  1. Get API key from Picsart Console
  2. In n8n: Settings → Credentials → Add "Picsart API"
  3. Paste your API key

📚 Nodes

Picsart Enhance

Upscale and enhance images with AI.

Key Parameters:

  • Image URL (required, supports JPG/PNG/WEBP)
  • Upscale Factor: 2x, 4x, 6x, 8x, 16x
  • Format: JPG | PNG | WEBP

Output: Binary image + JSON with URL and credits

Picsart Remove Background

Key Parameters:

  • Image URL (required)
  • Output Type: cutout | mask
  • Background: color, image URL, or transparent
  • Effects: blur, stroke, shadow
  • Format: JPG | PNG | WEBP

Output: Binary image + JSON with URL and credits