@wiris/mathtype-viewer 1.2.1 → 1.4.0
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/README.md +9 -1
- package/dist/WIRISplugins.js +2 -7688
- package/dist/WIRISplugins.js.LICENSE.txt +1 -0
- package/dist/mathml.d.ts.map +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/package.json +4 -3
- package/project.json +10 -0
- package/src/mathml.ts +40 -0
- package/src/services.ts +1 -1
- package/src/utils.ts +4 -2
- package/webpack.config.js +4 -2
package/README.md
CHANGED
|
@@ -49,8 +49,16 @@ yarn build
|
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
to compile the package.
|
|
52
|
-
The output will be found in `dist
|
|
52
|
+
The output will be found in `viewer/dist`.
|
|
53
53
|
|
|
54
|
+
If you want to compile the package in development mode
|
|
55
|
+
Then run
|
|
56
|
+
|
|
57
|
+
```sh
|
|
58
|
+
yarn build-dev
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
The output will be found in `viewer/dist`.
|
|
54
62
|
|
|
55
63
|
## Documentation
|
|
56
64
|
|