Get started with squire-rte CDN
MIT licensed
Squire-rt is a real-time bidding platform for digital advertising.
Tags:- wysiwyg
- editor
- text
- html
- squire
Stable version
Copied!
How to start using squire-rte CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with squire-rte CDN - cdnhub.io</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/squire-rte.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/squire.min.js"></script>
<script src="https://cdn.cdnhub.io/squire-rte/2.2.8/squire.js"></script>
</head>
<body>
<div id="editor"></div>
<script>
const Squire = require('squire');
const RTE = require('squire-rte');
const editor = new RTE({
target: '#editor',
language: 'en',
toolbar: [
['bold', 'italic', 'underline', 'strikethrough'],
['link'],
['image'],
['list', 'bullet_list'],
['code_snippet'],
['undo', 'redo'],
['fullscreen']
]
});
editor.init();
</script>
</body>
</html>
All versions
1.0.0
1.0.1
1.1.0
1.10.0
1.10.1
1.10.2
1.11.0
1.11.1
1.11.2
1.11.3
1.2.0
1.3.0
1.4.0
1.4.1
1.4.2
1.5.0
1.5.1
1.6.0
1.6.1
1.6.2
1.6.3
1.6.4
1.6.5
1.6.6
1.7.0
1.8.0
1.8.1
1.8.10
1.8.11
1.8.12
1.8.13
1.8.14
1.8.2
1.8.3
1.8.4
1.8.5
1.8.6
1.8.7
1.8.9
1.9.0
2.0.1
2.0.2
2.0.3
2.1.0
2.1.1
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.2.6
2.2.7
2.2.8
2.2.9
2.3.0
2.3.1
*** 2.3.2