Quad for sprites?

Is it possible to use the Quad feature on sprites? I’ve been playing around with this example:

In this example, quads are added like this:

var quad = this.add.quad(300, 300, 'image);

You have to use a Quad game object instead of Sprite. You can’t play frame animations on a Quad, but you can change frames or move it around.