UNPKG

@webwriter/geogebra

Version:

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

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