1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-21 07:01:29 +00:00

Snippet bar has been replaced and new style of snippets being worked on

This commit is contained in:
Scott Tolksdorf
2017-02-26 11:53:40 -05:00
parent 0d0ce101f3
commit 9d4d337bb9
28 changed files with 302 additions and 1193 deletions

View File

@@ -1,4 +1,7 @@
const snippets = require('../shared/homebrewery/snippets/brew');
const snippets = require('../shared/homebrewery/snippets');
console.log(snippets);
console.log(snippets.phb.spell.gen());
console.log(snippets.style.print.a4PageSize());
console.log(snippets.brew.phb.spell());
console.log(snippets.brew.phb.table());