UNPKG

@webwriter/block-based-code

Version:

Write block-based code (e.g. Scratch) and run it.

11 lines (9 loc) 226 B
import { VerticalFlyout } from "blockly"; /** * The custom WebWriter flyout for Blockly. */ export class WebWriterFlyout extends VerticalFlyout { public override getFlyoutScale(): number { return 0.7; } }