...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<!-- MathType라이브러리를 추가해야 사용이 가능합니다. (https://www.npmjs.com/package/@wiris/mathtype-generic#documentation) --> <script src="mathtype-generic/wirisplugin-generic.js의 url"></script> <!-- SynapEditor 객체가 존재해야 적용할 수 있기 때문에 에디터 스크립트 파일 아래에 include 해야 합니다 --> <script src="mathType.min.js의 url"></script> |
wirisplugin-generic.js 파일 다운 방법
| Code Block | ||||
|---|---|---|---|---|
| ||||
<!-- MathType Generic Integration 전용 패키지를 설치하면 wirisplugin-generic.js 파일이 함께 제공됩니다. --> npm install @wiris/mathtype-generic@7.31.0 <!-- 설치 후 파일 위치 --> node_modules/@wiris/mathtype-generic/wirisplugin-generic.js 이 파일을 프로젝트 내 경로로 복사해서 사용하시면 됩니다. |
...