https://github.com/anshsinghsonkhia/ghibli
Transform your images with a stunning Studio Ghibli-style filter! ✨ ghibli enhances brightness, boosts vibrant colors, softens edges, and applies a dreamy painterly effect—bringing the magic of Ghibli films like....
https://github.com/anshsinghsonkhia/ghibli
ghibli npm-package
Last synced: 6 months ago
JSON representation
Transform your images with a stunning Studio Ghibli-style filter! ✨ ghibli enhances brightness, boosts vibrant colors, softens edges, and applies a dreamy painterly effect—bringing the magic of Ghibli films like....
- Host: GitHub
- URL: https://github.com/anshsinghsonkhia/ghibli
- Owner: AnshSinghSonkhia
- License: apache-2.0
- Created: 2025-03-31T06:57:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T07:19:50.000Z (6 months ago)
- Last Synced: 2025-03-31T07:28:27.287Z (6 months ago)
- Topics: ghibli, npm-package
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ghibli
Transform your images with a stunning Studio Ghibli-style filter! ✨ ghibli enhances brightness, boosts vibrant colors, softens edges, and applies a dreamy painterly effect—bringing the magic of Ghibli films like Spirited Away and My Neighbor Totoro to your photos. Perfect for anime-style artwork, aesthetic edits, and nostalgic visuals.
[](https://www.npmjs.com/package/ghibli) [](LICENSE)
# 📦 Installation
Install via npm
```sh
npm i ghibli
```Install via yarn
```sh
yarn add ghibli
```# 🚀 Usage
```js
const { ghiblify } = require("ghibli");ghiblify("input.jpg", "output.jpg");
```# 📖 API Reference: ghiblify Function
| Function | Description |
|----------------|-------------------------------------------------------------------------------------------------|
| `ghiblify` | Applies a Studio Ghibli-style filter to an image, enhancing brightness, boosting colors, softening edges, and adding a painterly effect. |
| **Parameters** | |
| `inputPath` | Path to the input image file. |
| `outputPath` | Path to save the output image file. |