UNPKG

@webwriter/geogebra

Version:

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

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