https://github.com/levelopers/findimage
https://github.com/levelopers/findimage
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/levelopers/findimage
- Owner: levelopers
- Created: 2021-11-24T12:19:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T08:58:22.000Z (over 4 years ago)
- Last Synced: 2025-01-29T23:29:47.069Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# find image url links in files
### default support file types
- .html
- .wxml
- .css
- .scss
- .vue
- .js
- .wxss
### instructions
---
#### **node.js**
open images in browser:
> `node index.js open`
print link in command tool:
> `node index.js`
#### **html**
run `node server.js` open browser on `http://localhost:8080/`
##### tips:
- double click on image open in new tab
- add file type filter Regexp e.g. `.vue$` (default: `.(wxss|css|wxml|html|js|vue)$`)