You can, but I'm not sure why you would, or how it's relevant?
sips is installed by default, that's the only reason you'd use it over any number of other drawing tools.
Using node and clojure seems like it's more effort, more obscure and less functionality than any number of other things. If you're going to install something, install imagemagick.
If you're looking for something else kind of like sips, try hand coding an svg like:
This would not seem to be relevant only if you didn't bother reading the article in the submission. Once you do, you'll notice the following example there:
After some searching I found manicmaniac/sips-js-api which is the only place online I could see that documented how to use the sips --js option. Here's their example - save this in smile.js:
This produces an alpha-transparent PNG of a smiling face.
The obvious advantage of using node over sips is that it works on every platform. You'll also have to elaborate on what this additional effort you speak of is. If you have node installed, as practically everyone does nowadays, then the presumed effort is in having to run npm install?
Also, you obviously don't have to use Clojure, I chose it because that's the language I already use and like. You could just make a regular Js file as well.