Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@forbetterorworse/shapes-and-lines
Advanced tools
A React library that randomly generates shapes and lines.
As the name suggests, this is a library that provides shape and line components.
Available components:
Shapes
: renders multiple shapes that are placed randomly within a containerCurvedLines
: renders multiple random curved linesPolylines
: renders multiple random polylinesStorybook page: https://forbetterorworse.github.io/shapes-and-lines/
To install the library in your project, run:
# npm
npm i @forbetterorworse/shapes-and-lines
# yarn
yarn add @forbetterorworse/shapes-and-lines
# pnpm
pnpm add @forbetterorworse/shapes-and-lines
import {
Shapes,
CurvedLines,
Polylines,
} from '@forbetterorworse/shapes-and-lines'
const MyApp = () => {
return (
<>
<Shapes />
<CurvedLines />
<Polylines />
</>
)
}
The main tech this library uses:
Steps to setup the project locally:
pnpm i
to install the dependenciespnpm storybook
to start StorybookFAQs
A React library that randomly generates shapes and lines.
The npm package @forbetterorworse/shapes-and-lines receives a total of 2 weekly downloads. As such, @forbetterorworse/shapes-and-lines popularity was classified as not popular.
We found that @forbetterorworse/shapes-and-lines demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.