Skip to content

Rename InterpolOptions to engine#206

Merged
willybrauner merged 3 commits intomainfrom
rename-InterpolOptions-to-engine
Feb 22, 2026
Merged

Rename InterpolOptions to engine#206
willybrauner merged 3 commits intomainfrom
rename-InterpolOptions-to-engine

Conversation

@willybrauner
Copy link
Copy Markdown
Owner

@willybrauner willybrauner commented Oct 13, 2025

fix #184

Access to some global properties via engine object:

before:

import { InterpolOptions } from "@wbe/interpol"

InterpolOptions.ticker.add(()=> {})

after:

import { engine } from "@wbe/interpol"

engine.ticker.add(()=> {})

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Oct 13, 2025

🦋 Changeset detected

Latest commit: ac8de16

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@willybrauner
Copy link
Copy Markdown
Owner Author

willybrauner commented Oct 13, 2025

size-limit report 📦

Path Size
@wbe/interpol 3.4 KB (-0.09% 🔽)

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci Bot commented Oct 13, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ac8de16:

Sandbox Source
interpol-basic Configuration
interpol-keyframes Configuration
interpol-bokeh Configuration
interpol-colors Configuration
interpol-easing Configuration
interpol-gl-property Configuration
interpol-graph Configuration
interpol-gsap-benchmark Configuration
interpol-offsets Configuration
interpol-particles Configuration
timeline-basic Configuration
timeline-visual Configuration

@willybrauner willybrauner force-pushed the rename-InterpolOptions-to-engine branch from 194bb73 to c5d5abe Compare February 22, 2026 14:29
@willybrauner willybrauner merged commit 3d5589c into main Feb 22, 2026
3 checks passed
@willybrauner willybrauner deleted the rename-InterpolOptions-to-engine branch February 22, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename InterpolOptions to engine

1 participant