0.0.37 • Published 1 year ago

artifyjs v0.0.37

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Artisfy

Artisfy is a Node.js module that allows you to create customized images with text overlays and various effects.

Installation

To use Artisfy, you need to install Node.js and the required dependencies:

npm install canvas fs

Usage

You can use Artisfy by importing the createImage function and providing the necessary options:

const createImage = require('./createImage');

// Example options
const options = {
    width: 800,
    height: 600,
    text: 'Hello, World!',
    outputPath: 'output.png',
    bgImagePath: 'background.jpg',
    blur: true,
};

// Create the image
createImage(options, program);

Options

width: Width of the output image.
height: Height of the output image.
text: Text to be displayed on the image.
outputPath: Path where the generated image will be saved.
bgImagePath: Path to the background image.
blur: Boolean flag indicating whether to apply a blur effect to the background image.
Contributing

Contributions to Artisfy are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.


You can copy this content and save it as README.md in your text editor. Let me know if you need any further assistance!
0.0.34

1 year ago

0.0.35

1 year ago

0.0.37

1 year ago

0.0.32

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago