
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-arc-text-fixed
Advanced tools
> Wrapper Library of [arc-text](https://github.com/kappys1/arc-text) to curve any text font on the web directly with React.
Wrapper Library of arc-text to curve any text font on the web directly with React.
npm install --save react-arc-text
import React, { Component } from 'react'
import ReactArcText from 'react-arc-text'
class Example extends Component {
private text = '';
private classFont = '';
private direction = 1;
private arc = 150;
render () {
return (
<ReactArcText
text={text}
direction={direction}
arc={arc}
class={classFont}
/>
)
}
}
| Parameter | Type | Default | Description |
|---|---|---|---|
| text | string | Text you want to curve | |
| arc | number | 150 | Angle you want to curve |
| direction | number | 1 | 1 is clockwise mode and -1 is counter-clockwise mode |
| class | string | to add class into Component |
Alex Marcos Gutierrez
MIT © [alex marcos <alexsbd1@gmail.com>](https://github.com/alex marcos <alexsbd1@gmail.com>)
FAQs
> Wrapper Library of [arc-text](https://github.com/kappys1/arc-text) to curve any text font on the web directly with React.
We found that react-arc-text-fixed demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.