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

seedream5-ai

v0.1.0

Published

Seedream5 AI - AI-powered video generation platform with powerful capabilities for creators worldwide

Readme

seedream5-ai

🎥 AI-powered video generation platform with powerful capabilities for creators worldwide.

Official Website

🌐 Visit: https://seedream5ai.org

Features

  • 🎬 AI-driven video generation - Transform ideas into stunning videos
  • Fast and efficient processing - Quick turnaround times
  • 🎨 Rich creative possibilities - Unlimited creative freedom
  • 🔧 Easy to integrate - Simple API and tools
  • 📱 Multi-format support - Various output formats
  • Professional-grade quality - Broadcast-level outputs

For Creators

Seedream5 AI is designed for:

  • 📺 Content Creators - YouTubers, TikTokers, and social media influencers
  • 🎞️ Filmmakers - Independent filmmakers and video producers
  • 🚀 Marketers - Digital marketing teams and agencies
  • 🎨 Creative Professionals - Artists and designers

Installation

Install via npm:

npm install seedream5-ai

Usage

Basic Usage

const seedream5 = require('seedream5-ai');

// Get platform information
const info = seedream5.getInfo();
console.log('Platform:', info.name);
console.log('Version:', info.version);
console.log('Website:', info.website);

// Output:
// Platform: Seedream5 AI
// Version: 0.1.0
// Website: https://seedream5ai.org

Get Platform URL

const seedream5 = require('seedream5-ai');

const url = seedream5.getPlatformUrl();
console.log(url);
// Output: https://seedream5ai.org

Get Features List

const seedream5 = require('seedream5-ai');

const features = seedream5.getFeatures();
features.forEach(feature => {
  console.log('•', feature);
});

Get Version

const seedream5 = require('seedream5-ai');

const version = seedream5.getVersion();
console.log('Version:', version);
// Output: Version: 0.1.0

Display Information

const seedream5 = require('seedream5-ai');

seedream5.displayInfo();

Output:

🎥 Seedream5 AI - AI-powered video generation platform

📦 Package: Seedream5 AI
🔖 Version: 0.1.0
🌐 Website: https://seedream5ai.org
📝 Description: AI-powered video generation platform with powerful capabilities

✨ Features:
   • AI-driven video generation
   • Fast and efficient processing
   • Rich creative possibilities
   • Easy to integrate
   • Professional-grade quality
   • Multi-format support

🚀 Visit https://seedream5ai.org to get started!

Using Constants

const seedream5 = require('seedream5-ai');

console.log('Platform:', seedream5.PLATFORM_NAME);
console.log('Version:', seedream5.VERSION);
console.log('Website:', seedream5.WEBSITE);
console.log('Description:', seedream5.DESCRIPTION);

seedream5.FEATURES.forEach(feature => {
  console.log('•', feature);
});

Professional-Grade Quality

  • ✨ Cutting-edge AI technology
  • 🎬 Professional video outputs
  • 🧠 Advanced neural networks
  • 🎯 Intelligent scene composition
  • ⚡ Fast generation times
  • 🌍 Available worldwide

API Reference

Constants

  • VERSION - Current package version (string)
  • WEBSITE - Official website URL (string)
  • PLATFORM_NAME - Platform name (string)
  • DESCRIPTION - Platform description (string)
  • FEATURES - Array of platform features (array)

Methods

getInfo(): Object

Returns comprehensive platform information as an object.

Returns: Object with keys: name, version, website, description, features

Example:

const info = seedream5.getInfo();
console.log(info.name);

getPlatformUrl(): string

Returns the official website URL.

Returns: string

Example:

const url = seedream5.getPlatformUrl();

getVersion(): string

Returns the current package version.

Returns: string

Example:

const version = seedream5.getVersion();

getFeatures(): Array

Returns array of platform features.

Returns: array

Example:

const features = seedream5.getFeatures();

displayInfo(): void

Displays formatted platform information to stdout.

Returns: void

Example:

seedream5.displayInfo();

Requirements

  • Node.js 14.0.0 or higher

Documentation

Full documentation and tutorials available at: https://seedream5ai.org

Links

License

MIT License - see LICENSE file for details.


Seedream5 AI - AI-powered video generation platform with powerful capabilities for creators worldwide.

🌐 Visit https://seedream5ai.org to create your first AI video!