@formulaxjs/tinymce 0.1.0 → 0.1.1
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/KF_AMS_BB-5QF7FUSO.woff +0 -0
- package/dist/KF_AMS_CAL-NXRNLAZN.woff +0 -0
- package/dist/KF_AMS_FRAK-CO33WWN4.woff +0 -0
- package/dist/KF_AMS_MAIN-25QJVAWY.woff +0 -0
- package/dist/KF_AMS_ROMAN-243BR7HH.woff +0 -0
- package/dist/btn-5DANP6JY.png +0 -0
- package/dist/editor-JT5KLVXX.css +3 -0
- package/dist/index.global.js +17 -1
- package/dist/index.global.js.map +1 -1
- package/dist/other-OMWJFGL5.png +0 -0
- package/package.json +3 -4
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.global.js
CHANGED
|
@@ -20298,15 +20298,31 @@ var FormulaX = (() => {
|
|
|
20298
20298
|
var parseLatex = (input) => new LatexParser(input).parse();
|
|
20299
20299
|
var serializeLatex = (document2) => serializeNode(document2);
|
|
20300
20300
|
|
|
20301
|
-
// ../kity-assets/
|
|
20301
|
+
// ../kity-runtime/public/assets/images/toolbar/btn.png
|
|
20302
20302
|
var btn_default = "./btn-5DANP6JY.png";
|
|
20303
|
+
|
|
20304
|
+
// ../kity-runtime/public/assets/images/toolbar/other.png
|
|
20303
20305
|
var other_default = "./other-OMWJFGL5.png";
|
|
20306
|
+
|
|
20307
|
+
// ../kity-runtime/public/assets/styles/editor.css?url
|
|
20304
20308
|
var editor_default = "./editor-JT5KLVXX.css?url";
|
|
20309
|
+
|
|
20310
|
+
// ../kity-runtime/public/resource/KF_AMS_BB.woff
|
|
20305
20311
|
var KF_AMS_BB_default = "./KF_AMS_BB-5QF7FUSO.woff";
|
|
20312
|
+
|
|
20313
|
+
// ../kity-runtime/public/resource/KF_AMS_CAL.woff
|
|
20306
20314
|
var KF_AMS_CAL_default = "./KF_AMS_CAL-NXRNLAZN.woff";
|
|
20315
|
+
|
|
20316
|
+
// ../kity-runtime/public/resource/KF_AMS_FRAK.woff
|
|
20307
20317
|
var KF_AMS_FRAK_default = "./KF_AMS_FRAK-CO33WWN4.woff";
|
|
20318
|
+
|
|
20319
|
+
// ../kity-runtime/public/resource/KF_AMS_MAIN.woff
|
|
20308
20320
|
var KF_AMS_MAIN_default = "./KF_AMS_MAIN-25QJVAWY.woff";
|
|
20321
|
+
|
|
20322
|
+
// ../kity-runtime/public/resource/KF_AMS_ROMAN.woff
|
|
20309
20323
|
var KF_AMS_ROMAN_default = "./KF_AMS_ROMAN-243BR7HH.woff";
|
|
20324
|
+
|
|
20325
|
+
// ../kity-runtime/src/asset-manifest.ts
|
|
20310
20326
|
var kityFontAssets = {
|
|
20311
20327
|
KF_AMS_BB: KF_AMS_BB_default,
|
|
20312
20328
|
KF_AMS_CAL: KF_AMS_CAL_default,
|