UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

21 lines (18 loc) 931 B
/*** * .o88b. .d8b. d8888b. d8888b. .d88b. d888888b * d8P Y8 d8' `8b 88 `8D 88 `8D .8P Y8. `~~88~~' * 8P 88ooo88 88oobY' 88oobY' 88 88 88 * 8b 88~~~88 88`8b 88`8b 88 88 88 * Y8b d8 88 88 88 `88. 88 `88. `8b d8' 88 * `Y88P' YP YP 88 YD 88 YD `Y88P' YP * * import { IFoamTree } from '@mikezimm/npmfunctions/dist/Carrot/IFoamTree'; */ export const FoamTreeLayouts = ['relaxed', 'ordered', 'squarified']; export const FoamTreeFillType = ['none', 'plain', 'gradient']; export const FoamTreeStacking = ['hierarchical', 'flattened']; //https://get.carrotsearch.com/foamtree/demo/api/index.html#stacking export const DescriptionGroupType = ['stab', 'floating']; export const RolloutStartPoint = ['center', 'topleft', 'bottomright', 'random']; export const RolloutMethod = ['groups', 'individual']; //# sourceMappingURL=IFoamTree.js.map