You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
Started coding this endpoint. This is a fun endpoint since it will handle so much functionality. Coding in the ability for a few different file types. svg, png, xaml, and vector-drawable.
This is tagged with help wanted, but I can't seem to find the sources? src/api seems to consist of mockups only currently, however parts of the api you describe seem to be in place and working already. Could you give some info about the state of this issue and some pointers where to start with helping?
@splitbrain Mostly the help wanted is for how the endpoint looks and if it has the features you need. Actually have a good chunk of this endpoint coded already.
I won't be opening up the source for these for a while (eventually, but not on the road map until the new site launches). Basically this repo is for the front end (which is going slowly as I am very busy during the summer).
Need to document the database and setup a test environment for contributors.
A single endpoint to download any output of the icons in.
1 All undefined/null properties default. Numbers
0
, Colorstransparent
2
path
= array of folder strings.[]
(default)3
borderCap
=butt
/square
/round
(default)4
borderArray
standard border array.[1]
(default aka a solid line)5
grid
requires at least 72x72. 24x24 grid size.If more than one item the icon is assumed to be a zip file.
id
(required)name
= icon namepath
= []width
= 24height
= 24padding
= 0paddingTop
= 0paddingRight
= 0paddingBottom
= 0paddingLeft
= 0foreground
= #000000foregroundOpacity
= 1background
= transparentbackgroundOpacity
= 1radius
= 0borderWidth
= 0borderColor
= #000000borderCap
= roundborderArray
= [1]margin
= 0marginTop
= 0marginRight
= 0marginBottom
= 0marginLeft
= 0gridColor
= #F0F0F0gridOpacity
= 1matteColor
= #FFFFFFmatteOpacity
= 1The text was updated successfully, but these errors were encountered: