@prefecthq/graphs 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/graphs.mjs +2259 -2267
- package/dist/graphs.mjs.map +1 -1
- package/dist/graphs.umd.js +55 -55
- package/dist/graphs.umd.js.map +1 -1
- package/dist/types/src/models/FlowRunTimeline.d.ts +3 -2
- package/dist/types/src/pixiFunctions/bitmapFonts.d.ts +2 -0
- package/dist/types/src/pixiFunctions/index.d.ts +2 -1
- package/dist/types/src/pixiFunctions/timelineNode.d.ts +22 -0
- package/package.json +1 -1
- package/dist/types/src/pixiFunctions/initBitmapFonts.d.ts +0 -2
package/README.md
CHANGED
|
@@ -20,3 +20,4 @@ Some helpful documentation on working with PixiJS
|
|
|
20
20
|
- [Getting started docs](https://pixijs.io/guides/index.html)
|
|
21
21
|
- [PixiJS API docs](https://pixijs.download/release/docs/index.html)
|
|
22
22
|
- [pixi-viewport docs](https://davidfig.github.io/pixi-viewport/jsdoc/index.html) (pixi-viewport is essentially used for camera management)
|
|
23
|
+
- [PixiJS Chrome Plugin](https://chrome.google.com/webstore/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon)
|