console.draw
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "console.draw", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "", | ||
@@ -44,2 +44,7 @@ "author": "Francois Laberge", | ||
"@types/node": "^18.11.3", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.9", | ||
"@vitejs/plugin-react": "^3.0.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"ts-node": "^10.9.1", | ||
@@ -46,0 +51,0 @@ "typescript": "^4.9.3", |
# Overview | ||
See Demos: | ||
Log visual elements to the Dev Tools console. | ||
- a | ||
- b | ||
## TODO: | ||
@@ -12,7 +9,2 @@ | ||
## Features | ||
- a | ||
- b | ||
## Screenshots | ||
@@ -30,8 +22,7 @@ | ||
## Log SVG Snapshots | ||
```js | ||
import { logSVG } from "console.draw"; | ||
import { logSVG, logCanvas } from "console.draw"; | ||
// TODO | ||
logSVG(svgElement); | ||
logCanvas(canvasElement); | ||
``` | ||
@@ -52,2 +43,3 @@ | ||
yarn dev | ||
# Open the workbench page at http://localhost:5173/ | ||
``` | ||
@@ -61,2 +53,6 @@ | ||
#### Testing | ||
**TBD** | ||
#### Publishing to NPM | ||
@@ -63,0 +59,0 @@ |
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
3648
11
7
75