@babylonjs/post-processes
v9.3.4
Published
For usage documentation please visit the [post process library documentation](https://doc.babylonjs.com/toolsAndResources/assetLibraries/postProcessLibrary/).
Maintainers
Readme
Babylon.js Post Processes Library
For usage documentation please visit the post process library documentation.
Installation
To install using npm:
npm install @babylonjs/core @babylonjs/post-processesUsage
Import and use in your project:
import { AsciiArtPostProcess } from "@babylonjs/post-processes/asciiArt";
const postProcess = new AsciiArtPostProcess("AsciiArt", camera);For more information, see the ES6 support documentation.
