Skip to content

weezlely/taeopia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

220 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@taeopia

This is packages made by @taeopia - taeo

This package consists of:

  1. UI library based on vanilla-extract - @taeopia/ui-with-css
  2. Canvas Editor based on fabric.js - @taeo/canvas-editor
  3. table library based on tanstack/react-table - @taeopia/react-table
  4. react tool library based on React - @taeopia/react-tool
  • If you would like more information about the package, please click the blue button.

workspace

"workspaces": {
    "packages": [
      "packages/*",
      "app/*"
    ]
  },
  "scripts": {
    "@taeopia/app-vite": "yarn workspace @taeopia/app-vite",
    "@taeopia/ui-with-css": "yarn workspace @taeopia/ui-with-css",
    "@taeopia/canvas-editor": "yarn workspace @taeopia/canvas-editor",
    "@taeopia/react-table": "yarn workspace @taeopia/react-table",
    "@taeopia/react-tool": "yarn workspace @taeopia/react-tool"
  },


Get Started

  • This script have to use in root directory
# Root Directory

# Install packages
$ yarn run packages


# Run Exam
$ yarn run exam

1) @taeopia/ui-with-css

# Root Directory

# Install package
$ yarn @taeopia/ui-with-css install


# Build package
$ yarn @taeopia/ui-with-css build

2) @taeopia/canvas-editor

  • This package is a fabric.js based canvas editing library. Please click here for more details.
# Root Directory

# Install package
$ yarn @taeopia/canvas-editor install


# Build package
$ yarn @taeopia/canvas-editor build

About

@taeopia/canvas-editor, @taeopia/react-table, @taeopia/ui-with-css, @taopia/react-tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors