Returns the global Graffiti instance.
In Vue templates and the options API use the global variable $graffiti instead.
This is the same Graffiti registered with the GraffitiPlugin via GraffitiPluginOptions.graffiti, only it has been wrapped with GraffitiSynchronize. Be sure to use the wrapped instance to enable reactivity.
If the GraffitiPlugin is not installed
Returns the global Graffiti instance.
In Vue templates and the options API use the global variable $graffiti instead.
This is the same Graffiti registered with the GraffitiPlugin via GraffitiPluginOptions.graffiti, only it has been wrapped with GraffitiSynchronize. Be sure to use the wrapped instance to enable reactivity.