The demonstrations of PhantomCSS commonly use web pages in test. Is there a way to test images instead?
Asked
Active
Viewed 42 times
0
-
You mean compare images? Yes, it seems you can do this with resemblejs and you don't need PhantomJS for that. – Artjom B. Nov 04 '15 at 19:19
-
@ArtjomB. resemblejs actually uses phantomJS, the old one too... – dandavis Nov 04 '15 at 19:33
-
No, resemblejs has no dependency on PhantomJS. It is a pure JavaScript library which also works in Node.js. It's PhantomCSS that has a dependency on PhantomJS. – Artjom B. Nov 04 '15 at 19:35
-
Yes, I know resemble.js can handle images directly, but I like some feature that PhantomCSS has (which uses resemble.js internally.) I am interested in using the resemble.js image-power directly in PhantomCSS or some other means to use images directly in PhantomCSS – Phil Nov 04 '15 at 20:02