Skip to content

Instantly share code, notes, and snippets.

@andijakl
Last active July 26, 2019 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andijakl/f837bf0ddfda01098afb77f50a691dca to your computer and use it in GitHub Desktop.
Save andijakl/f837bf0ddfda01098afb77f50a691dca to your computer and use it in GitHub Desktop.
Empty Sumerian action with the required imports.
// Import Sumerian scripts
import * as s from 'module://sumerian-common/api';
import * as si from 'module://sumerian-common/internal';
export default class AnchorPositioning extends s.Action {
start(ctx) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment