@boardxus/canvasx
v0.0.45
Published
CanvasX is the core component for boardx - the open source digital whiteboard for the future of work.
Downloads
461
Readme
CanvasX README
Introduction
Welcome to CanvasX! CanvasX is an open-source collaborative digital whiteboard centered with sticky note expereinces and designed to empower individuals and teams to work together seamlessly. Forked from Fabric.js, CanvasX aims to enhance the collaborative experience by providing robust features that support real-time interaction, visual collaboration, and integration with AI-driven tools. Demo Page
Table of Contents
Features
- Real-Time Collaboration: Multiple users can work on the canvas simultaneously with real-time updates.
- Rich Object Manipulation: Create, modify, and delete various objects (shapes, images, text) with ease.
- Version Control: Track changes and revert to previous versions of the canvas.
- AI-Driven Recommendations: Get suggestions and enhancements powered by AI.
- Customizable Tools: Extend and customize tools to fit your specific needs.
- Integration with BoardX: Seamlessly integrate with BoardX for a unified collaboration experience.
- Responsive Design: Optimized for various screen sizes and devices.
Installation
To get started with CanvasX, follow these steps:
Clone the Repository:
git clone https://github.com/boardx/canvasx.git cd canvasx
Install Dependencies:
npm install
Run the Development Server:
npm start
Open CanvasX in Your Browser: Navigate to
http://localhost:3000
to start using CanvasX.
Usage
Here's a quick guide to help you get started with CanvasX:
- Creating Objects: Use the toolbar to add shapes, images, and text to the canvas.
- Collaborating: Invite team members to join your session and collaborate in real-time.
- Saving Your Work: Save your canvas state locally or export it as an image or JSON file.
- Version Control: Access the version history to track changes and revert to previous states.
Documentation
For detailed documentation on how to use CanvasX, visit the CanvasX Documentation.
Contributing
We welcome contributions from the community! If you'd like to contribute, please follow these steps:
- Fork the Repository: Click the "Fork" button at the top of this page.
- Create a Branch:
git checkout -b feature/your-feature-name
- Commit Your Changes:
git commit -m "Add your commit message here"
- Push to Your Branch:
git push origin feature/your-feature-name
- Create a Pull Request: Open a pull request from your forked repository on GitHub.
For more details on contributing, please refer to our Contributing Guide.
License
CanvasX is licensed under the MIT License. See the LICENSE file for more details.
Community
Join our community to stay updated and collaborate with other CanvasX users and developers:
Contact
For any questions or inquiries, please contact us at [email protected].
We hope you enjoy using CanvasX and look forward to your contributions to making it even better!