@youyouzone/react-code-highlight
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@youyouzone/react-code-highlight", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
@@ -0,1 +1,5 @@ | ||
<p align="center"> | ||
<img src="./screenshot/profile.gif" alt=''> | ||
</p> | ||
# React-Code-Highlight | ||
@@ -20,3 +24,3 @@ React component for code highlight base on hightlight.js. | ||
* cb?: (items: Object3D[]) => any - custom callback which accept threejs Object3D array. | ||
* cb?: (content:string) => any - custom callback which accept input string. | ||
* className?: string - custom class name. | ||
@@ -23,0 +27,0 @@ * language?: string - highlight langeuage, powered by highlight.js. Default is 'javascript'. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1696788
35