How to use the tinacms.TinaCMS function in tinacms

To help you get started, we’ve selected a few tinacms examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tinacms / tinacms / packages / gatsby-plugin-tinacms / gatsby-browser.tsx View on Github external
exports.onClientEntry = (..._args: any[]) => {
  window.tinacms = new TinaCMS()
}