Skip to content

levelopers/findImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://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)$)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published