
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
graphics-tools
Advanced tools
npm i graphics-tools
import GraphicsTools from 'graphics-tools';
Vue.use(GraphicsTools);
<GraphicsTools/>
props: {
//右侧事件列表的宽度
rightSectionWidth: {
type: String,
},
//默认点的颜色
defaultPointColor: {
type: String,
},
//默认线条颜色
defaultLineColor: {
type: String,
},
//是否区分不同类型线的颜色
isShowColorfulLine: {
type: Boolean,
},
//是否显示绘制形状中间的文本,ex:3D标注
isShowCenterText: {
type: Boolean,
},
//相机id
cameraId: {
type: [String, Number],
},
// 图片链接
imgUrl: {
type: String,
},
// 右侧的配置项,有哪些题目
tagsConf: {
type: Object,
},
//支持更改线颜色
colorfulLabelNames: {
type: Object,
},
// 标注内容
markData: {
type: Object,
},
// 默认的过滤图形
defaultFilter: Array,
//是否显示过滤图形 -> default:false
showFilterGraphics: false,
//是否显示:提示 -> 2d门线 default:false
isTipsCanvas: false,
},
设置镜像 publish.sh保持一致: 发布到公共npm: npm config set registry https://registry.npmjs.org/ 发布到私服npm: npm config set registry https://npm.aibee.cn/(503)
发布: sh publish.sh 登录npm npm publish 发包至登录账户的Packages下
FAQs
###### install: ``` npm i graphics-tools ```
We found that graphics-tools 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
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.