UNPKG

@webwriter/geogebra

Version:

Use the mathematics learning apps of GeoGebra for algebra and geometry.

9 lines (8 loc) 303 B
import {customElement} from "lit/decorators.js" import { GeogebraApp } from "../components/geogebra-app" @customElement("webwriter-geogebra-classic") export class WebwriterGeogebraClassic extends GeogebraApp { type = "classic" as const showZoomButtons = true showFullscreenButton = true }