UNPKG

@jake-niemiec/react-planner

Version:

react-planner is a React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.

11 lines (9 loc) 281 B
/* eslint-disable no-undef */ /** * Things here are injected implicitly by webpack.DefinePlugin() */ const REV = defineREV; const ENV = process.env.NODE_ENV; // version will only read 0.0.0-development in development const VERSION = defineVersion; export { REV, ENV, VERSION };