-
Notifications
You must be signed in to change notification settings - Fork 17
Description
My knowledge of Javascript is pretty limited and I'm finding the documentation here confusing. How do I run the examples? I installed the hyper-postprocessing plugin in hyper.js and added the code snippet in module.exports. I set the path of the entry file to an example - /film/index.js - in the repo that I downloaded, but nothing happens when I reload Hyper.
I wasn't sure whether I had to create a .hyper-postprocessing.js file in my root directory, but did that and there was still no result.
So my confusion is about the relationship between .hyper.js, .hyper-postprocessing.js, and the entry file. For example, where do I put the quick-start.js file? I tried including it in .hyper.js, with no result again.
Is this a dependency issue? Am I supposed to install three and postprocessing separately? The note at the end seems to suggest that I should, but again it isn't clear.