@ryusei/code
Version:
<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
31 lines (25 loc) • 424 B
text/typescript
import { Component } from '../../classes/Component/Component';
/**
* The empty component.
*
* @since 0.1.0
*/
export class TestComponent extends Component {}
/**
* The line height.
*
* @since 0.1.0
*/
export const LINE_HEIGHT = 24;
/**
* The width of the editor.
*
* @since 0.1.0
*/
export const EDITOR_WIDTH = 1280;
/**
* The height of the editor.
*
* @since 0.1.0
*/
export const EDITOR_HEIGHT = 240;