pathanimator/inbrowser/ts/window.ts

12 lines
201 B
TypeScript
Raw Normal View History

2022-01-19 18:34:37 +01:00
/// <reference path="PathAnimator.ts" />
/**
* extend Window to make our global instance available (for debugging purposes)
*/
interface Window {
/**
* our instance
*/
pa: PathAnimator;
}