Use "Theatre.js" for name consistency

Co-authored-by: Fülöp <fulopkovacs@users.noreply.github.com>
This commit is contained in:
Cole Lawrence 2022-07-22 11:19:48 -04:00
parent 217f191981
commit 984a61347f
17 changed files with 31 additions and 31 deletions

View file

@ -4,7 +4,7 @@ import studio from '@theatre/studio'
import {getProject} from '@theatre/core'
import {Scene} from './Scene'
/**
* This is a basic example of using Theatre for manipulating the DOM.
* This is a basic example of using Theatre.js for manipulating the DOM.
*
* It also uses {@link IStudio.selection | studio.selection} to customize
* the selection behavior.