@rehat666/nijijourney

1.0.3 • Public • Published

Preview

Preview Image 1

Preview Image 2

Preview Image 3

Preview Image 4

Installation

npm install @rehat666/nijijourney

Usage

const { Niji } = require('@rehat666/nijijourney');

const prompt = ''; // Prompt to generate text to image.
const imageUrl = ''; // URL of the image for transforming an existing image with prompt.
const aspectRatio = ''; // Ratio for adjusting the image aspect ratio in text to image not recommended for transforming existing images.

Niji(prompt, imageUrl, aspectRatio)
  .then(imageUrl => console.log(imageUrl))
  .catch(error => console.error(error));

License

  • Don't sell my source code.
  • Don't claim my source code as your own.

Creator

Thanks for using @rehat666/nijijourney!

Package Sidebar

Install

npm i @rehat666/nijijourney

Weekly Downloads

179

Version

1.0.3

License

MIT

Unpacked Size

26.6 MB

Total Files

227

Last publish

Collaborators

  • rehat666