Installation
Install the component
Run the following command to install the component and its dependencies:
npx @motion-core/cli add ascii-rendererImport the component
Import the component into your Svelte file:
import { AsciiRenderer } from "$lib/motion-core";import { AsciiRenderer } from "$lib/motion-core";Usage
Props
AsciiRenderer
| Prop | Type | Default |
|---|---|---|
src | string | — |
density | number | 25 |
strength | number | 25.0 |
color | string | "#00ff00" |
backgroundColor | string | "#000000" |
class | string | "" |