MCPcopy Index your code
hub / github.com/plotly/plotly.js / createText

Function createText

stackgl_modules/index.js:38930–38939  ·  view source on GitHub ↗
(str, options)

Source from the content-addressed store, hash-verified

38928}
38929
38930function createText(str, options) {
38931 if((typeof options !== "object") || (options === null)) {
38932 options = {}
38933 }
38934 return vectorizeText(
38935 str,
38936 options.canvas || defaultCanvas,
38937 options.context || defaultContext,
38938 options)
38939}
38940
38941
38942/***/ }),

Callers 1

index.jsFile · 0.85

Calls 1

vectorizeTextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…