LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
carefree_drawboard.egg-info/PKG-INFO
carefree_drawboard.egg-info/SOURCES.txt
carefree_drawboard.egg-info/dependency_links.txt
carefree_drawboard.egg-info/entry_points.txt
carefree_drawboard.egg-info/requires.txt
carefree_drawboard.egg-info/top_level.txt
cfdraw/__init__.py
cfdraw/cli.py
cfdraw/config.py
cfdraw/constants.py
cfdraw/.web/.env
cfdraw/.web/.prettierrc
cfdraw/.web/index.html
cfdraw/.web/package.json
cfdraw/.web/tsconfig.json
cfdraw/.web/tsconfig.node.json
cfdraw/.web/tsconfig.paths.json
cfdraw/.web/vite.config.ts
cfdraw/.web/yarn.lock
cfdraw/.web/src/App.tsx
cfdraw/.web/src/BoardPanel.tsx
cfdraw/.web/src/_settings.ts
cfdraw/.web/src/index.scss
cfdraw/.web/src/index.tsx
cfdraw/.web/src/react-app-env.d.ts
cfdraw/.web/src/reset.d.ts
cfdraw/.web/src/vite-env.d.ts
cfdraw/.web/src/actions/addImage.ts
cfdraw/.web/src/actions/addText.ts
cfdraw/.web/src/actions/arrange.ts
cfdraw/.web/src/actions/download.ts
cfdraw/.web/src/actions/export.ts
cfdraw/.web/src/actions/i18n.ts
cfdraw/.web/src/actions/importMeta.ts
cfdraw/.web/src/actions/managePlugins.ts
cfdraw/.web/src/actions/manageProjects.ts
cfdraw/.web/src/actions/update.ts
cfdraw/.web/src/actions/uploadImage.ts
cfdraw/.web/src/assets/icon-loading.json
cfdraw/.web/src/assets/loading-page.json
cfdraw/.web/src/assets/icons/arrow-down.svg
cfdraw/.web/src/assets/icons/delete.svg
cfdraw/.web/src/components/CFButton.tsx
cfdraw/.web/src/components/CFCircularProgress.tsx
cfdraw/.web/src/components/CFDivider.tsx
cfdraw/.web/src/components/CFHeading.tsx
cfdraw/.web/src/components/CFImageUploader.tsx
cfdraw/.web/src/components/CFInput.tsx
cfdraw/.web/src/components/CFLoadingPage.tsx
cfdraw/.web/src/components/CFLottie.tsx
cfdraw/.web/src/components/CFSlider.tsx
cfdraw/.web/src/components/CFSwitch.tsx
cfdraw/.web/src/components/CFText.tsx
cfdraw/.web/src/components/CFTextarea.tsx
cfdraw/.web/src/components/CFTooltip.tsx
cfdraw/.web/src/components/CFIcon/index.scss
cfdraw/.web/src/components/CFIcon/index.tsx
cfdraw/.web/src/components/CFSelect/index.scss
cfdraw/.web/src/components/CFSelect/index.tsx
cfdraw/.web/src/hooks/useAuth.ts
cfdraw/.web/src/hooks/useFileDropper.ts
cfdraw/.web/src/hooks/useGridLines.ts
cfdraw/.web/src/hooks/useInitBoard.ts
cfdraw/.web/src/hooks/usePreventDefaults.ts
cfdraw/.web/src/hooks/usePython.ts
cfdraw/.web/src/hooks/useSetup.ts
cfdraw/.web/src/lang/add.ts
cfdraw/.web/src/lang/brush.ts
cfdraw/.web/src/lang/download.ts
cfdraw/.web/src/lang/index.ts
cfdraw/.web/src/lang/nodeEditor.ts
cfdraw/.web/src/lang/plugins.ts
cfdraw/.web/src/lang/projects.ts
cfdraw/.web/src/lang/settings.ts
cfdraw/.web/src/lang/toast.ts
cfdraw/.web/src/lang/tooltip.ts
cfdraw/.web/src/lang/ui.ts
cfdraw/.web/src/plugins/index.tsx
cfdraw/.web/src/plugins/_python/ChatPlugin.tsx
cfdraw/.web/src/plugins/_python/FieldsPlugin.tsx
cfdraw/.web/src/plugins/_python/PluginGroup.tsx
cfdraw/.web/src/plugins/_python/PluginWithSubmit.tsx
cfdraw/.web/src/plugins/_python/QAPlugin.tsx
cfdraw/.web/src/plugins/_python/TextAreaPlugin.tsx
cfdraw/.web/src/plugins/_python/hooks.ts
cfdraw/.web/src/plugins/_react/AddPlugin.tsx
cfdraw/.web/src/plugins/_react/ArrangePlugin.tsx
cfdraw/.web/src/plugins/_react/BrushPlugin.tsx
cfdraw/.web/src/plugins/_react/DeletePlugin.tsx
cfdraw/.web/src/plugins/_react/DownloadPlugin.tsx
cfdraw/.web/src/plugins/_react/GroupPlugin.tsx
cfdraw/.web/src/plugins/_react/LinksPlugin.tsx
cfdraw/.web/src/plugins/_react/MetaPlugin.tsx
cfdraw/.web/src/plugins/_react/ProjectPlugin.tsx
cfdraw/.web/src/plugins/_react/SettingsPlugin.tsx
cfdraw/.web/src/plugins/_react/TextEditorPlugin.tsx
cfdraw/.web/src/plugins/_react/UndoRedoPlugin.tsx
cfdraw/.web/src/plugins/components/Floating.tsx
cfdraw/.web/src/plugins/components/Link.tsx
cfdraw/.web/src/plugins/components/Render.tsx
cfdraw/.web/src/plugins/components/hooks.ts
cfdraw/.web/src/plugins/components/Fields/BooleanField.tsx
cfdraw/.web/src/plugins/components/Fields/NumberField.tsx
cfdraw/.web/src/plugins/components/Fields/SelectField.tsx
cfdraw/.web/src/plugins/components/Fields/TextField.tsx
cfdraw/.web/src/plugins/components/Fields/index.tsx
cfdraw/.web/src/plugins/components/Fields/utils.ts
cfdraw/.web/src/plugins/utils/cleanup.ts
cfdraw/.web/src/plugins/utils/factory.ts
cfdraw/.web/src/plugins/utils/renderFilters.ts
cfdraw/.web/src/requests/actions.ts
cfdraw/.web/src/requests/hooks.ts
cfdraw/.web/src/requests/interceptors/_python.ts
cfdraw/.web/src/requests/interceptors/index.ts
cfdraw/.web/src/schema/_python.ts
cfdraw/.web/src/schema/fields.ts
cfdraw/.web/src/schema/meta.ts
cfdraw/.web/src/schema/misc.ts
cfdraw/.web/src/schema/plugins.ts
cfdraw/.web/src/schema/requests.ts
cfdraw/.web/src/stores/debug.ts
cfdraw/.web/src/stores/gridLines.ts
cfdraw/.web/src/stores/hooks.ts
cfdraw/.web/src/stores/meta.ts
cfdraw/.web/src/stores/pluginsInfo.ts
cfdraw/.web/src/stores/pointerEvents.ts
cfdraw/.web/src/stores/projects.ts
cfdraw/.web/src/stores/settings.ts
cfdraw/.web/src/stores/socket.ts
cfdraw/.web/src/stores/theme.ts
cfdraw/.web/src/stores/ui.ts
cfdraw/.web/src/stores/user.ts
cfdraw/.web/src/utils/bem.ts
cfdraw/.web/src/utils/constants.ts
cfdraw/.web/src/utils/event.ts
cfdraw/.web/src/utils/misc.ts
cfdraw/.web/src/utils/toast.ts
cfdraw/app/__init__.py
cfdraw/app/app.py
cfdraw/app/schema.py
cfdraw/app/endpoints/__init__.py
cfdraw/app/endpoints/assets.py
cfdraw/app/endpoints/base.py
cfdraw/app/endpoints/project.py
cfdraw/app/endpoints/queue.py
cfdraw/app/endpoints/upload.py
cfdraw/app/endpoints/websocket.py
cfdraw/parsers/__init__.py
cfdraw/parsers/chakra.py
cfdraw/parsers/noli.py
cfdraw/plugins/__init__.py
cfdraw/plugins/base.py
cfdraw/plugins/factory.py
cfdraw/plugins/node_validator.py
cfdraw/plugins/sync.py
cfdraw/plugins/community/__init__.py
cfdraw/plugins/middlewares/__init__.py
cfdraw/plugins/middlewares/response.py
cfdraw/plugins/middlewares/send_message.py
cfdraw/plugins/middlewares/timer.py
cfdraw/schema/__init__.py
cfdraw/schema/fields.py
cfdraw/schema/plugins.py
cfdraw/schema/settings.py
cfdraw/utils/__init__.py
cfdraw/utils/cache.py
cfdraw/utils/console.py
cfdraw/utils/data_structures.py
cfdraw/utils/exec.py
cfdraw/utils/misc.py
cfdraw/utils/prerequisites.py
cfdraw/utils/processes.py
cfdraw/utils/server.py
cfdraw/utils/template.py