Skip to content

Commit 4a36cc8

Browse files
committed
feat: Added Component "@cocreate/fabric"
1 parent 2330d42 commit 4a36cc8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CoCreate.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ module.exports = {
289289
"stripe": {
290290
"import": "@cocreate/stripe",
291291
"selector": "[stripe]"
292+
},
293+
"fbabric": {
294+
"import": "@cocreate/fabric",
295+
"selector": "[fabric]"
292296
}
293297
},
294298
"repositories": [
@@ -584,6 +588,10 @@ module.exports = {
584588
"path": "../CoCreate-plugins/CoCreate-domain",
585589
"repo": "github.com/CoCreate-app/CoCreate-domain.git"
586590
},
591+
{
592+
"path": "../CoCreate-plugins/CoCreate-fabric",
593+
"repo": "github.com/CoCreate-app/CoCreate-fabric.git"
594+
},
587595
{
588596
"path": "../CoCreate-plugins/CoCreate-facebook",
589597
"repo": "github.com/CoCreate-app/CoCreate-facebook.git"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"@cocreate/element-prototype": "^1.22.2",
9191
"@cocreate/elements": "^1.35.1",
9292
"@cocreate/events": "^1.19.4",
93+
"@cocreate/fabric": "^1.0.0",
9394
"@cocreate/ffmpeg": "^1.1.0",
9495
"@cocreate/file": "^1.17.1",
9596
"@cocreate/filter": "^1.28.6",

0 commit comments

Comments
 (0)