init
parents
Showing
html-shot.iml
0 → 100644
package.json
0 → 100644
{ | |||
"name": "html-shot", | |||
"version": "1.0.0", | |||
"main": "index.js", | |||
"license": "MIT", | |||
"scripts": { | |||
"dev": "tsc -w", | |||
"build": "tsc" | |||
} | |||
} |
src/dom-parser.ts
0 → 100644
src/index.ts
0 → 100644
test.html
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment