Package Exports
- dreaminai
- dreaminai/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dreaminai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DreaminAI
AI-powered creative platform for image and video generation with powerful capabilities.
Official Website
Visit: https://dreaminai.net
Features
- AI-driven image generation
- AI-powered video creation
- Fast and efficient processing
- Rich creative possibilities
- Easy to integrate
Installation
npm install dreaminaiUsage
const dreaminai = require('dreaminai');
// Get platform information
const info = dreaminai.getInfo();
console.log(info);
// Get the official website URL
const url = dreaminai.getPlatformUrl();
console.log(url); // https://dreaminai.netDocumentation
Full documentation available at: https://dreaminai.net
Links
- Website: https://dreaminai.net
- npm: https://www.npmjs.com/package/dreaminai
License
MIT License - see LICENSE file for details.