This project is forked from chatgpt-diagrams, modified to work with DeepSeek Chat and added PlantUML support.
- Support rendering Mermaid.js diagrams in DeepSeek Chat
- Added PlantUML diagram support
- Inline diagram rendering with a simple button click
git clone git@github.com:yan5xu/deepseek-diagrams-extension.git
npm install
npm run build
Load the unpacked extension from ./dist
folder in Chrome Extensions page, then visit https://chat.deepseek.com/
npm start # Development mode
npm test # Run tests
npm run build # Production build
MIT