Freesewing logo

 freesewing
a library for made-to-measure sewing patterns

Travis build Version License Code coverage DeepScan grade Chat on Gitter Become a Patron

# plugin-debug A freesewing plugin to log debug information to the console. ## Usage To load this plugin, add it to your instantiated pattern. On node.js: ```js import pattern from '@freesewing/pattern-brian' import debug from '@freesewing/plugin-debug' pattern.with(debug); ``` In the browser, this plugin will register as `freesewing.plugins.debug`: ```html ``` ## Install To install, run: ```sh npm install @freesewing/plugin-debug ``` ## Build To build this plugin, run: ```sh npm run build ``` ## License: MIT See [the license file](https://github.com/freesewing/plugin-theme/blob/master/LICENSE) for details.