Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 653 Bytes

File metadata and controls

31 lines (22 loc) · 653 Bytes

Webhook Redactor Plugins

Redactor Plugins used by Webhook

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/webhook-redactor.min.js"></script>
<script>
jQuery(function($) {
  $.awesome(); // "awesome"
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)