Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
react-icon-cloud
Advanced tools
A React component for rendering an interactive img or word cloud on canvas
React component for rendering an interactive img or word cloud on canvas.
View Demo
·
Report Bug
An interactive 3D tag cloud component for React that renders text and images into a interactive 3D tag cloud.
Built in support for rendering a cloud of Simple Icons with custom fallback color for poor contrast
Lazy animation of the canvas (pause animation when off screen)
To get a local copy up and running follow these simple steps.
npm i react-icon-cloud
import {IconTag, Cloud, IconCloud, Tag, TagCanvasOptions } from 'react-icon-cloud'
Then use either of the components:
<IconCloud minContrast={1} size={50} backgroundHexColor={'#fff'} fallbackHexColor={'#000'} tags={tags3} key={v4()} tagCanvasOptions={options1}/>
<Cloud type={'img'} tags={tags2} key={v4()} tagCanvasOptions={options2}/>
Tag Canvas Options React Tag Cloud
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
Teague Stockwell - LinkedIn
FAQs
A React component for rendering an interactive img or word cloud on canvas
The npm package react-icon-cloud receives a total of 13 weekly downloads. As such, react-icon-cloud popularity was classified as not popular.
We found that react-icon-cloud 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.