feat(charlie): Initial commit
This commit is contained in:
parent
6ccd6a5bb9
commit
61a1acb845
24 changed files with 953 additions and 0 deletions
16
packages/charlie/example/public/App.js
Normal file
16
packages/charlie/example/public/App.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
import React from 'react'
|
||||
import freesewing from '@freesewing/core'
|
||||
import { Workbench } from '@freesewing/components'
|
||||
import 'typeface-roboto-condensed'
|
||||
import '@freesewing/css-theme'
|
||||
import './App.css'
|
||||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
return <Workbench freesewing={freesewing} Pattern={Pattern} config={config} userLanguage="en" />
|
||||
}
|
||||
|
||||
export default App
|
Loading…
Add table
Add a link
Reference in a new issue