0.0.4-ready2 • Published 10 years ago

howmany-img v0.0.4-ready2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 years ago

howmany-img Build Status

Checking how many img in your file and give some suggestions

Getting Started

Install the module with: npm install --save howmany-img

var howmanyImg = require('howmany-img');
howmanyImg('test/test.html');
// => output result

howmanyImg('filenotfound');
// => Error: ENOENT, open 'filenotfound'

howmanyImg('filenothtml');
// => This is not a html code

Screenshot

npm.io

License

Copyright (c) 2014 Huei Tan. Licensed under the MIT license.

0.0.4-ready2

10 years ago

0.0.4-ready

10 years ago

0.0.0

10 years ago