@fldr/agentation
v0.1.0
Published
Prod unlock for Agentation — three circles or Cmd/Ctrl+Shift+U
Readme
@fldr/agentation
Prod unlock for Agentation — always on in development, hidden in production until the user draws three circles with the cursor or presses Cmd/Ctrl+Shift+U.
Install
npm i @fldr/agentation agentationUsage
import { AgentationFeedback } from '@fldr/agentation';
// Vite
<AgentationFeedback isDevelopment={import.meta.env.DEV} />
// Next.js
<AgentationFeedback isDevelopment={process.env.NODE_ENV === 'development'} />All Agentation props (onSubmit, copyToClipboard, etc.) are forwarded.
Also exported: useCircleGesture if you want the gesture without the toolbar wrapper.
