chore: Renaming Fu to Florence. See #382
This commit is contained in:
parent
b071a04bde
commit
291b30baee
21 changed files with 108 additions and 170 deletions
16
packages/florence/example/src/App.js
Normal file
16
packages/florence/example/src/App.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
import React from 'react'
|
||||
import freesewing from '@freesewing/core'
|
||||
import Workbench from '@freesewing/components/Workbench'
|
||||
import 'typeface-roboto-condensed'
|
||||
import '@freesewing/css-theme'
|
||||
|
||||
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