github地址:
https://github.com/fex-team/kityformula-editor
- var factory = kf.EditorFactory.create( $( "#kfEditorContainer" )[ 0 ], {
- render: {
- fontsize: 48,
- padding: [ 2, 5 ]
- },
- resource: {
- path: "./kityformula/resource/"
- }
- } );
