UNPKG

react-sketch

Version:

Sketch Element for React based applications, backed-up by fabricjs as its core

14 lines (11 loc) 382 B
const path = require('path'); const root = path.resolve(__dirname, '../'); module.exports = { root: root, srcPath: path.join(root, 'src'), buildPath: path.join(root, 'build'), outputPath: path.join(root, 'dist'), examplesPath: path.join(root, 'examples'), entryPath: path.join(root, 'examples', 'run.jsx'), templatePath: path.join(root, 'examples', 'base.html'), };