Vue 3 · GPL-3.0 · npm

Parallax Engine

Open-source Vue 3 engine for immersive parallax sites driven by a JSON schema (site.json). The rendering core of the Parallax system — paired with the Parallax Editor, a local Illustrator-style editor.

View on GitHub → Meet the Editor

Install

npm install @parallax-editor/parallax-engine
# or
yarn add @parallax-editor/parallax-engine

Quick start

import { ParallaxSite } from '@parallax-editor/parallax-engine'
import { validateSite } from '@parallax-editor/parallax-engine/schema'
import '@parallax-editor/parallax-engine/style.css'

Learn more