Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Created August 3, 2017 15:58
Show Gist options
  • Save bookercodes/ec9c8c1ce33d3bf984ce82a556500f89 to your computer and use it in GitHub Desktop.
Save bookercodes/ec9c8c1ce33d3bf984ce82a556500f89 to your computer and use it in GitHub Desktop.
const textSync = new TextSync({
instance: instance,
host: host,
user: {
name: name,
email: email
}
});
const textSyncEditor = textSync.createEditor({
docId: docId,
element: '#editor'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment