mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
font size slider
This commit is contained in:
parent
2cb821da7f
commit
130253d955
3 changed files with 98 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM node:18
|
|||
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn config set "strict-ssl" false -g
|
||||
RUN yarn
|
||||
|
||||
WORKDIR /app/excalidraw-app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue