Skip to content
View jordandobson's full-sized avatar
🥽
🥽
Block or Report

Block or report jordandobson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. framer-InputField framer-InputField Public

    A module to add text & date inputs to your prototypes and listen to events.

    JavaScript 31 11

  2. framer-DevicePixelRatio framer-DevicePixelRatio Public

    Use this module to design in Framer at 1x and have your designs adjust for the Pixel Ratio of the device.

    JavaScript 31 5

  3. Seattle-Framer/Snippets Seattle-Framer/Snippets Public

    A collection of snippets for Framer

    CoffeeScript 12

  4. Seattle-Framer/modules-Seattle Seattle-Framer/modules-Seattle Public

    Helpful modules from the Seattle-Framer group

    CoffeeScript 11

  5. koenbok/Framer koenbok/Framer Public

    Framer - Design Everything

    JavaScript 5.8k 476

  6. Get Bounding Layer for Rotated Layer Get Bounding Layer for Rotated Layer
    1
    getBoundingLayerForRotatedLayer = (layer) ->
    2
    	tr = "topRight"; bl = "bottomLeft"; tl = "topLeft"; br = "bottomRight";
    3
    	center   = x: layer.midX,  y: layer.midY
    4
    	size     = w: layer.width, h: layer.height
    5
    	rotation = layer.rotation