UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

11 lines (10 loc) 519 B
// [MM] COLORFUL CONSOLE MESSAGES (ccm) export const ccm0 = 'color: white; font-size: 12px;' export const ccm1 = 'color: green; font-size: 12px;' export const ccm2 = 'color: red; font-size: 12px;' export const ccm3 = 'color: orange; font-size: 12px;' export const ccm4 = 'color: yellow; font-size: 12px;' export const ccm5 = 'color: black; font-size: 12px;' export const ccm6 = 'color: lightgreen; font-size: 12px;' // console.log('%cThreeDGarden<FC,R3F>: {stores}', ccm4) // console.log('%cWHOOPSIES', ccm2)