font size slider

This commit is contained in:
Logan Wiggins 2025-04-10 15:25:03 -04:00
parent 2cb821da7f
commit 130253d955
3 changed files with 98 additions and 0 deletions

View file

@ -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