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

vprcs

v0.0.10

Published

VPRCS (Visual Programming React Component Suite) includes React components—namely `VPEditor` and `NodelibraryPanel`, tailored for node-based visual programming. It's built for users to interactively construct visual workflows and experimental prototypes r

Downloads

18

Readme

VPRCS: Visual Programming React Component Suite

build

VPRCS (Visual Programming React Component Suite) includes React components—namely VPEditor and NodelibraryPanel—tailored for node-based visual programming. It's built for users to interactively construct visual workflows and experimental prototypes rapidly.

image-20230823172210509

Features

  • Node-based Visual Programming Editor: A user-friendly interactive canvas offering seamless zoom, pan, and node manipulation capabilities, articulately representing a range of operations.
  • Rich Built-in Nodes: Enhance your designs with our diverse integrated nodes, covering control flow, mathematical operations, variables, function interactions, reroute, and annotation nodes.
  • Advanced User Tools: Access convenient features like copy, paste, duplicate, and delete, intuitive menus, a detailed minimap, and shortcut keys for faster navigation and operations.
  • Auto Layout: Employ automated layout adjustments for optimal node alignment and view fitting.
  • Highly Customizable: Craft unique nodes using a JSON-based specification, tailoring them to your precise needs.
  • Automatic Image Data Transitions via a Configurable Knowledge Graph: Semantic Interoperability in Action. Achieve automatic transitions of image data by searching rules in a user-configurable knowledge graph:, eliminating the need for manual data conversion.
  • Textual Code Generation: Facilitate source code generation directly from your visual design.
  • Node-Library Panel: A sophisticated panel displays and manages all installed node libraries, featuring easy installation, uninstallation, activation, and deactivation processes.
  • Integration Ready: Designed for seamless integration into existing React environments

Installation

npm i vprcs

Example

An example is here

The test example app was bootstrapped using Create React App. After cloning the project, execute npm start in the console to run the app. You can then view the example in your browser at http://localhost:3000.

Document

For a comprehensive guide and detailed documentation including basic view and navigation, node operations, JSON-based specification for Node Library, code generation, and so on, please visit our Document.

Support & Contribution

  • Issues: For bug reports and feature requests, please open the GitHub issue.
  • Contributing: Pull requests are welcome. For major changes, please open an issue first to discuss the proposed change.

License

This project is licensed under the GNU General Public License v3.0 license.