UNPKG

threed-garden

Version:

ThreeD Garden: WebGL 3D Environment Interface for Next.JS React TypeScript Three.JS React-Three Physics, 2D Paper.JS; APIs: Apollo GraphQL, WordPress; CSS: Tailwind, Radix-UI; Libraries: FarmBot 3D; AI: OpenAI, DeepSeek

3 lines (2 loc) 166 B
// ** Returns initials from string export const getInitials = (string: string) => string.split(/\s/).reduce((response, word) => (response += word.slice(0, 1)), '')