lurchpop
lurchpop
Since it can manipulate backgrounds how would one get this to work on a non tag?
Any way to get this down to a reasonable file size? The minified dist is over 700k (almost as big as aframe min package). Doesn't seem reasonable for someone who...
What's the reason Document can't have this method? ```javascript static upsert(query, update){ return this.findOne(query).then(doc=>{ return Object.assign(doc, update).save(); }); } ``` Why the `findOneAndUpdate(.., .., {upsert:true})` garbage where the `save` hooks...