├── .debug ├── .github └── ISSUE_TEMPLATE │ └── feature_request.md ├── CHANGELOG.md ├── CSXS └── manifest.xml ├── LICENSE ├── README.md ├── README_EN.md ├── client ├── CSInterface.js └── index.html ├── host └── index.jsx ├── icons ├── dark.png ├── dark@2X.png ├── donate.webp ├── icon.ai ├── light.png └── light@2X.png └── jsx └── arrange.jsx /.debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/.debug -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CSXS/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/CSXS/manifest.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/README.md -------------------------------------------------------------------------------- /README_EN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/README_EN.md -------------------------------------------------------------------------------- /client/CSInterface.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/client/CSInterface.js -------------------------------------------------------------------------------- /client/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/client/index.html -------------------------------------------------------------------------------- /host/index.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/host/index.jsx -------------------------------------------------------------------------------- /icons/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/icons/dark.png -------------------------------------------------------------------------------- /icons/dark@2X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/icons/dark@2X.png -------------------------------------------------------------------------------- /icons/donate.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/icons/donate.webp -------------------------------------------------------------------------------- /icons/icon.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/icons/icon.ai -------------------------------------------------------------------------------- /icons/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/icons/light.png -------------------------------------------------------------------------------- /icons/light@2X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/icons/light@2X.png -------------------------------------------------------------------------------- /jsx/arrange.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Achuan-2/illustrator_sci_toolbox/HEAD/jsx/arrange.jsx --------------------------------------------------------------------------------