图标样式问题 Icon style issue
lianlianlianlianlianlian opened this issue · 1 comments
lianlianlianlianlianlian commented
samclarke commented
Sorry for the delay!
They are the monocons icon set. To use them you need to include the monocons.js file, if using jsdelivr it would be:
<script src="https://cdn.jsdelivr.net/npm/sceditor@3.2.0/minified/icons/monocons.js"></script>
And then set the icons option to 'monocons'
, for example:
sceditor.create(document.getElementById('example'), {
format: 'bbcode',
width: '80%',
icons: 'monocons',
style: 'https://cdn.jsdelivr.net/npm/sceditor@latest/minified/themes/content/default.min.css'
});