npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

boardx

v0.1.1

Published

open-source digital whiteboard designed to elevate remote team collaboration. Offering a seamless sticky notes experience

Downloads

5

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. Screenshot 2024-05-15 at 11 28 47 AM

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:

  1. Clone the Repository:

    git clone https://github.com/boardx/canvasx.git
    cd canvasx
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm start
  4. 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:

  1. Creating Objects: Use the toolbar to add shapes, images, and text to the canvas.
  2. Collaborating: Invite team members to join your session and collaborate in real-time.
  3. Saving Your Work: Save your canvas state locally or export it as an image or JSON file.
  4. 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:

  1. Fork the Repository: Click the "Fork" button at the top of this page.
  2. Create a Branch:
    git checkout -b feature/your-feature-name
  3. Commit Your Changes:
    git commit -m "Add your commit message here"
  4. Push to Your Branch:
    git push origin feature/your-feature-name
  5. 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!