diff options
Diffstat (limited to 'lib/api/encodePage.js')
-rw-r--r-- | lib/api/encodePage.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/api/encodePage.js b/lib/api/encodePage.js new file mode 100644 index 0000000..9ec55bc --- /dev/null +++ b/lib/api/encodePage.js @@ -0,0 +1,14 @@ + +/** + Encode a page in a context to a JS API + + @param {Output} output + @param {Page} page + @return {Object} +*/ +function encodePage(output, page) { + + +} + +module.exports = encodePage; |