@lunit/heatmap
Advanced tools
Comparing version 0.2.6 to 1.0.1
{ | ||
"name": "@lunit/heatmap", | ||
"version": "0.2.6", | ||
"version": "1.0.1", | ||
"description": "Heatmap Library", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -28,8 +28,11 @@ # Heatmap | ||
<!-- import **/*.stories.{ts,tsx} --title-tag h3 --> | ||
<h3>\_\_stories\_\_/HeatmapScaleSVGImage.stories.tsx</h3> | ||
### \_\_stories\_\_/HeatmapScaleSVGImage.stories.tsx | ||
```tsx | ||
import { HeatmapScaleSVGImage } from '@lunit/heatmap'; | ||
import { number, withKnobs } from '@storybook/addon-knobs'; | ||
import { storiesOf } from '@storybook/react'; | ||
import React from 'react'; | ||
import { HeatmapScaleSVGImage } from '../components/HeatmapScaleSVGImage'; | ||
@@ -55,3 +58,7 @@ /** | ||
``` | ||
<h3>\_\_stories\_\_/posMapToImageData.stories.tsx</h3> | ||
### \_\_stories\_\_/posMapToImageData.stories.tsx | ||
```tsx | ||
@@ -98,8 +105,12 @@ import { posMapToImageData } from '@lunit/heatmap'; | ||
``` | ||
<h3>\_\_stories\_\_/useHeatmapScaleImageURI.stories.tsx</h3> | ||
### \_\_stories\_\_/useHeatmapScaleImageURI.stories.tsx | ||
```tsx | ||
import { useHeatmapScaleImageURI } from '@lunit/heatmap'; | ||
import { number, withKnobs } from '@storybook/addon-knobs'; | ||
import { storiesOf } from '@storybook/react'; | ||
import React from 'react'; | ||
import { useHeatmapScaleImageURI } from '../hooks/useHeatmapScaleImageURI'; | ||
@@ -131,2 +142,3 @@ /** | ||
``` | ||
<!-- importend --> | ||
@@ -137,7 +149,8 @@ | ||
<!-- import __tests__/*.{ts,tsx} --title-tag h3 --> | ||
<h3>\_\_tests\_\_/heatmap.test.ts</h3> | ||
### \_\_tests\_\_/heatmap.test.ts | ||
```ts | ||
import { getAlpha } from '../draw/getAlpha'; | ||
import { getRGBAArray } from '../draw/getRGBAArray'; | ||
import { getRGBArray } from '../draw/getRGBArray'; | ||
import { getAlpha, getRGBAArray, getRGBArray } from '@lunit/heatmap'; | ||
@@ -177,2 +190,3 @@ describe('@lunit/heatmap', () => { | ||
``` | ||
<!-- importend --> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
186
2332411