@pie-players/pie-tool-calculator-desmos 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +15 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/pie-tool-calculator.js +2955 -0
- package/package.json +62 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Calculator Tool - Desmos based calculator for assessments
|
|
3
|
+
* Supports: Basic, Scientific, and Graphing calculators
|
|
4
|
+
*
|
|
5
|
+
* Usage:
|
|
6
|
+
* // Web component (from built dist)
|
|
7
|
+
* import '@pie-players/pie-tool-calculator-desmos';
|
|
8
|
+
* // <pie-tool-calculator visible="true" tool-id="calc"></pie-tool-calculator>
|
|
9
|
+
*
|
|
10
|
+
* // Register once, then use as custom element
|
|
11
|
+
* // import '@pie-players/pie-tool-calculator-desmos';
|
|
12
|
+
* // <pie-tool-calculator visible="true" tool-id="calc"></pie-tool-calculator>
|
|
13
|
+
*/
|
|
14
|
+
export type { CalculatorType } from '@pie-players/pie-assessment-toolkit/tools/client';
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAGH,YAAY,EAAE,cAAc,EAAE,MAAM,kDAAkD,CAAC"}
|