mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
14 lines
200 B
JavaScript
14 lines
200 B
JavaScript
/**
|
|
* Node.js module for Forge.
|
|
*
|
|
* @author Dave Longley
|
|
*
|
|
* Copyright 2011-2016 Digital Bazaar, Inc.
|
|
*/
|
|
module.exports = {
|
|
// default options
|
|
options: {
|
|
usePureJavaScript: false
|
|
}
|
|
};
|