From f56e833540528ed280267eb24af8baf3c9c101a4 Mon Sep 17 00:00:00 2001 From: jywarren Date: Tue, 21 Feb 2017 16:16:00 -0500 Subject: [PATCH] readme additions, contrib --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2595bc01..15ae351f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Examples: ## Contributing +Happily accepting pull requests; to edit the core library, modify files in `/src/`. To build, run `npm install` and `grunt build`. + +### Contributing modules + +Most contribution (we imagine) would be in the form of API-compatible modules, which need not be directly included. + **This is a draft proposal: currently, onComplete assignment is done through `module.options.onComplete` -- clearly non-ideal.** To add a module to Image Sequencer, it must have the following method; you can wrap an existing module to add them: