Skip to content

Instantly share code, notes, and snippets.

@alvnrapada
Created August 19, 2020 10:21
Show Gist options
  • Save alvnrapada/e80db2e05926d13a01c9b6774a491ca2 to your computer and use it in GitHub Desktop.
Save alvnrapada/e80db2e05926d13a01c9b6774a491ca2 to your computer and use it in GitHub Desktop.
constructor(props) {
// CKEditor 5's FileLoader instance.
this.loader = props;
// URL where to send files
this.url = `${ENV}/Services/SaveImage`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment