Skip to content

Instantly share code, notes, and snippets.

View Gyanreyer's full-sized avatar

Ryan Gyanreyer

View GitHub Profile
@Gyanreyer
Gyanreyer / waymark-sdk-v3-migration.md
Last active June 5, 2023 20:21
Waymark SDK v3 migration guide

The upcoming 3.0.0 release of @waymark/waymark-sdk shifts the focus of our APIs away from the old template browser -> editor flow in favor of our new Waymark AI flow.

This version is not officially released yet, but can be installed with npm i @waymark/waymark-sdk@beta. Note although this is a beta build, API changes should be stable and bugs should be mostly eliminated at this point; a mainline release is coming very soon.

New Additions

  • waymark.openWaymark() - Opens the Waymark AI flow
  • New events: waymarkOpened and waymarkOpenFailed
@Gyanreyer
Gyanreyer / exampleEditorFormDescription.json
Last active February 12, 2019 23:44
A sample editor form description JSON file for a fake video
{
"editingFormFields": [
{
"type": "text",
"label": "Text Field 1",
"editingFieldKey": "578524e5-9d6f-488c-8b11-665030e6b214",
"displayTime": 1,
"characterLimit": 20,
"paths": ["textSection.text1.content"]
},