This example shows the basic setting for uploading images. See the documentation for more details.
<!-- element -->
<textarea id="entry">...</textarea>
<!-- call -->
<script>
let app = Redactor('#entry', {
image: {
upload: '/image-uploader-path/'
}
});
</script>