(view source)USA Projection

(edit on JsFiddle)

This is the YAML configuration used to create the SVG map. The shapefiles are taken from GADM and Natural Earth:

proj:
    id: laea-usa
layers:
    layer0:
        src: 'shp/USA_adm1.shp'
        attributes:
            key: code
            label: NAME_1
        simplify: 1
    lakes:
        src: 'shp/ne_10m_lakes.shp'
        subtract-from: 'layer0'
        filter:
            scalerank: 0
export:
    round: 0
    width: 1000
    crop: false